[llvm-commits] [llvm] r77194 - in /llvm/trunk: 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

Chris Lattner clattner at apple.com
Mon Jul 27 09:14:38 PDT 2009


On Jul 27, 2009, at 9:11 AM, Dan Gohman wrote:

> Author: djg
> Date: Mon Jul 27 11:11:46 2009
> New Revision: 77194
>
> URL: http://llvm.org/viewvc/llvm-project?rev=77194&view=rev
> Log:
> 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.

Thanks Dan!

-Chris



More information about the llvm-commits mailing list