[LLVMbugs] [Bug 6422] globalopt crashes in OptimizeGlobalAddressOfMalloc

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 25 14:34:46 PST 2010


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

Chris Lattner <clattner at apple.com> changed:

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

--- Comment #2 from Chris Lattner <clattner at apple.com> 2010-02-25 16:34:46 CST ---
Fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100222/096859.html

You're right, the prototype is wrong and globalopt shouldn't crash.  You're
probably missing a #include for stdlib.h in that file or something.

-- 
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