On Oct 20, 2007, at 1:53 AM, Duncan Sands wrote: >> Don't branch fold inline asm statements. > > I'm curious to know why not... I didn't understand the > problem with the testcase. > There are a few projects that depend upon a specific ordering of asm directives. Chris and I believe that they're going about it wrongly -- i.e., they shouldn't be relying upon asm blocks not being moved around. However, in the meantime, this will work for them.
-bw _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
