Don't warn about a null live range if the Value is a ConstantIntegral.
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 29 Mar 2004 21:58:41 +0000 (21:58 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 29 Mar 2004 21:58:41 +0000 (21:58 +0000)
commiteb8863db909e1a8383c849c3de23eefa0a1c23b7
treeecb4f33bdaf38ed8b72e230ad49969ef498b6340
parent47b716483ef2d057c8a0015af20685755e606d0d
Don't warn about a null live range if the Value is a ConstantIntegral.
Otherwise, if you're in debugging mode, you get warnings for (apparently)
every immediate constant in the function during reg. allocation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12538 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp