Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang!
authorNick Lewycky <nicholas@mxc.ca>
Wed, 22 Jun 2011 21:13:46 +0000 (21:13 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 22 Jun 2011 21:13:46 +0000 (21:13 +0000)
commite6240e8b83e9bd60e622650e9e801ebc957172b4
tree0df58ebda06bf4ac235f9598dc73c8771d85cdaa
parentf78b5952c30b69c764ff48270eb56540a3fa56f3
Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang!

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