Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap
authorDan Gohman <gohman@apple.com>
Thu, 20 Aug 2009 17:11:38 +0000 (17:11 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 20 Aug 2009 17:11:38 +0000 (17:11 +0000)
commit5078f84c82814e4d33846f9ef54281619d362f8a
tree921b04304283dd557b56cc489695298c0569ae12
parentb255b88f06b81523c64369fe686fedab0225de54
Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap
and hasNoSignedWrap, for consistency with the nuw and nsw properties.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79539 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/InstrTypes.h
include/llvm/Operator.h
lib/Analysis/ScalarEvolution.cpp
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Constants.cpp