Rename the new unsigned and signed keywords to nuw and nsw,
authorDan Gohman <gohman@apple.com>
Wed, 22 Jul 2009 22:44:56 +0000 (22:44 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 22 Jul 2009 22:44:56 +0000 (22:44 +0000)
commit902dfff8b69325ec641b7ec17246baa86ba865e1
tree465a5baad911e13a0409289c351dc8233c3b5a38
parentbfd28fd59671e9d04c8af78a4f829888b944dc72
Rename the new unsigned and signed keywords to nuw and nsw,
which stand for no-unsigned-wrap and no-signed-wrap.

llvm-svn: 76810
llvm/docs/LangRef.html
llvm/lib/AsmParser/LLLexer.cpp
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/AsmParser/LLToken.h
llvm/lib/VMCore/AsmWriter.cpp
llvm/test/Assembler/flags-reversed.ll
llvm/test/Assembler/flags-signed.ll
llvm/test/Assembler/flags-unsigned.ll
llvm/test/Assembler/flags.ll