[LLVMbugs] [Bug 4177] strcpy optimizer gets endian wrong

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri May 8 00:04:48 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4177


Nick Lewycky <nicholas at mxc.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #7 from Nick Lewycky <nicholas at mxc.ca>  2009-05-08 02:04:46 ---
I've committed the appropriate change to disable this optimization when no
TargetData is present (r71210) but it won't take effect until we actually have
a "no TargetData" state instead of substituting in a default target. That's
being tracked in bug 760.

Closing this bug as invalid.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list