Initial implementation of ConstantRange support
authorChris Lattner <sabre@nondot.org>
Sun, 1 Sep 2002 23:53:36 +0000 (23:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Sep 2002 23:53:36 +0000 (23:53 +0000)
commit645e00d1497dec37da92b59b47d76c4f922e6abc
treec33a4d5d4d26f4c8f0da97c72695fe72fc5d71d6
parentea8b7b8bb50eb56015973426890d9ec6ab9ed4f1
Initial implementation of ConstantRange support

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3563 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ConstantRange.cpp [new file with mode: 0644]
lib/Support/ConstantRange.cpp [new file with mode: 0644]
lib/VMCore/ConstantRange.cpp [new file with mode: 0644]
support/lib/Support/ConstantRange.cpp [new file with mode: 0644]