Add an inverse() method to ConstantRange.
authorOwen Anderson <resistor@mac.com>
Sat, 7 Aug 2010 05:47:46 +0000 (05:47 +0000)
committerOwen Anderson <resistor@mac.com>
Sat, 7 Aug 2010 05:47:46 +0000 (05:47 +0000)
commit9773e45a1e97f5098905bac26b8b8b7c844473f0
treedb9e2c980a9a3b752b6bb1e93e4cdd3877cbeefc
parentdbac071050010effb95febae0ddf72102551323d
Add an inverse() method to ConstantRange.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110504 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ConstantRange.h
lib/Support/ConstantRange.cpp
unittests/Support/ConstantRangeTest.cpp