Change the assembly syntax for nsw, nuw, and exact, putting them
authorDan Gohman <gohman@apple.com>
Mon, 27 Jul 2009 16:11:46 +0000 (16:11 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 27 Jul 2009 16:11:46 +0000 (16:11 +0000)
commit9c7f808201ed3d7cafe7822dcc7b993827ae9feb
tree0ed3c5927547a178deb54910a907a7f8fcd450a0
parent169ef138e8b08ffdb5971ccf6ff8cea02d3bde55
Change the assembly syntax for nsw, nuw, and exact, putting them
after their associated opcodes rather than before. This makes them
a little easier to read.

llvm-svn: 77194
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/VMCore/AsmWriter.cpp
llvm/test/Analysis/ScalarEvolution/nsw.ll
llvm/test/Assembler/flags-reversed.ll
llvm/test/Assembler/flags-signed.ll
llvm/test/Assembler/flags-unsigned.ll
llvm/test/Assembler/flags.ll