Chris Lattner c67da0cf13 Two fixes:
1. Memset takes an i32 for the value to set, not i8.  This was causing GCC to
   ICE all over the place (PR1183).
2. memcpy/memmove were not properly zext/trunc'ing the size in some cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33970 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-06 19:06:38 +00:00
..
2006-12-15 19:44:51 +00:00
2007-02-05 20:47:22 +00:00
2007-02-05 20:47:22 +00:00
2007-02-06 19:06:38 +00:00
2007-02-05 21:19:13 +00:00
2007-02-05 21:19:13 +00:00
2007-02-01 04:57:00 +00:00
2007-02-06 09:11:20 +00:00
2007-02-06 18:02:54 +00:00