http://llvm.org/bugs/show_bug.cgi?id=16716
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Chris Lattner <[email protected]> --- That function isn't necessarily a memcpy, or even a memmove. Consider the behavior of: char x[100] = { 'a', 0 }; my_memcpy(x+1, x, 99); -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
