PR1255: case ranges.
authorStepan Dyatkovskiy <stpworld@narod.ru>
Sat, 2 Jun 2012 09:42:43 +0000 (09:42 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Sat, 2 Jun 2012 09:42:43 +0000 (09:42 +0000)
commit43eb31bfae470b33bab9a6764b98b5e8a0beeda5
tree9751b83c2cc411dfc58438db8a03d149e90b720f
parent0fa2b7b90df9a20baf2d14b7bc4fe7db5144efde
PR1255: case ranges.
IntRange converted from struct to class. So main change everywhere is replacement of ".Low/High" with ".getLow/getHigh()"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157884 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
include/llvm/Support/IntegersSubset.h
include/llvm/Support/IntegersSubsetMapping.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/VMCore/Verifier.cpp