http://llvm.org/bugs/show_bug.cgi?id=9851
Duncan Sands <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #2 from Duncan Sands <[email protected]> 2011-05-06 01:16:53 CDT --- As far as I know reordering volatiles is perfectly valid. You need a memory barrier if you want to enforce ordering. -- 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
