Move ConstantRange class to lib/Support from lib/Analysis and make its
authorReid Spencer <rspencer@reidspencer.com>
Wed, 28 Feb 2007 22:02:48 +0000 (22:02 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 28 Feb 2007 22:02:48 +0000 (22:02 +0000)
commitbb626a6751db9a63d159d32522bdf88cedf46eeb
treec1843b228be65aa4da2f0dd853cf10d29db05944
parent3da43849f2a2319ded6ed379ec8e7d620d6ac8c6
Move ConstantRange class to lib/Support from lib/Analysis and make its
interface not depend on Type or ICmpInst.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34761 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ConstantRange.h
lib/Analysis/ConstantRange.cpp [deleted file]
lib/Support/ConstantRange.cpp