ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping.
authorStepan Dyatkovskiy <stpworld@narod.ru>
Tue, 29 May 2012 12:26:47 +0000 (12:26 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Tue, 29 May 2012 12:26:47 +0000 (12:26 +0000)
commit58107dd547a883927c9be9a92b8396a7700685d9
tree3845bda77e342cee5ecbfcd9c0499fb92be5fd53
parent458b4006b2cfdc2364be92913b77ca6abc866899
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping.

llvm-svn: 157612
13 files changed:
llvm/include/llvm/Instructions.h
llvm/include/llvm/Support/IntegersSubset.h [moved from llvm/include/llvm/Support/ConstantRangesSet.h with 99% similarity]
llvm/include/llvm/Support/IntegersSubsetMapping.h [moved from llvm/include/llvm/Support/CRSBuilder.h with 88% similarity]
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
llvm/lib/Target/CppBackend/CPPBackend.cpp
llvm/lib/Transforms/Utils/Local.cpp
llvm/lib/Transforms/Utils/LowerSwitch.cpp
llvm/lib/VMCore/Instructions.cpp
llvm/lib/VMCore/Verifier.cpp
llvm/tools/llvm-diff/DifferenceEngine.cpp