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
..
2007-02-01 17:48:20 +00:00
2007-01-27 02:55:44 +00:00
2007-02-06 19:06:38 +00:00
2006-11-03 19:15:55 +00:00
2006-11-16 20:11:33 +00:00
2007-02-01 05:32:05 +00:00