Skip to content
  • Chris Lattner's avatar
    Two fixes: · dc0a9a7b
    Chris Lattner authored
    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
    dc0a9a7b
Loading