Go to file
Chris Lattner dc0a9a7b4a 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.

llvm-svn: 33970
2007-02-06 19:06:38 +00:00
llvm Two fixes: 2007-02-06 19:06:38 +00:00
stacker For PR411: 2007-02-05 21:20:45 +00:00