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)
commit59858cf7926702596cf708daf21aeaf5b6feedf8
treeb52ea8f18ab6085d001e07243bff4dcbb8461176
parent07ad19b509530b43e6a9acc5c1285cb560dd7198
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77194 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp
lib/VMCore/AsmWriter.cpp
test/Analysis/ScalarEvolution/nsw.ll
test/Assembler/flags-reversed.ll
test/Assembler/flags-signed.ll
test/Assembler/flags-unsigned.ll
test/Assembler/flags.ll