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)
commit08d012eba490c4906ec773c39db9f2a18a78c997
treeef05ab4b5cfa9dd455f4d6b406b4bbacdaeda956
parent92b78bbc7f2ee919a2d09ed00fd35d1eb7f5f548
Rename the new unsigned and signed keywords to nuw and nsw,
which stand for no-unsigned-wrap and no-signed-wrap.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76810 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/VMCore/AsmWriter.cpp
test/Assembler/flags-reversed.ll
test/Assembler/flags-signed.ll
test/Assembler/flags-unsigned.ll
test/Assembler/flags.ll