Go to file
Rafael Espindola 6c04ac1db0 Refactor the memcpy lowering for the x86 target.
The only generated code difference is that now we call memcpy when
the size of the array is unknown. This matches GCC behavior and is
better since the run time value can be arbitrarily large.

llvm-svn: 42433
2007-09-28 12:53:01 +00:00
clang Fixed several bugs in the propagation of "uninitialized value" 2007-09-28 00:09:38 +00:00
llvm Refactor the memcpy lowering for the x86 target. 2007-09-28 12:53:01 +00:00