OSDN Git Service

Fix ICmpInst::makeConstantRange to use ConstantRange's API properly
authorDan Gohman <gohman@apple.com>
Tue, 26 Jan 2010 16:04:20 +0000 (16:04 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 26 Jan 2010 16:04:20 +0000 (16:04 +0000)
commitf21107c07a16fd1a2548b83dd371e09b95784f05
tree824f282f055e9cf6d99dfa7c005f12cad9feb399
parent8dcc58e6b44fbaab39a24b1f75e67f05275084dc
Fix ICmpInst::makeConstantRange to use ConstantRange's API properly
in the case of empty and full ranges.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94548 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Instructions.cpp