http://llvm.org/bugs/show_bug.cgi?id=20280
Hal Finkel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Hal Finkel <[email protected]> --- As it turns out, there were two things wrong here. First was the immutable property. Second, there was an assumption that all fixed-offset stack objects were not pointed-to by IR values (which is false for byvals). This should be fixed by r215793/r215794/r215795. -- 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
