Fix a bug in a previous checkin of mine, correcting
authorChris Lattner <sabre@nondot.org>
Tue, 24 Aug 2004 17:48:29 +0000 (17:48 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Aug 2004 17:48:29 +0000 (17:48 +0000)
commitd0d0a1a08f9e27f4c950e846e0a21c3c3f11e40c
tree2a62bd9e842300a2f00f8f19e90a894d6af487ca
parent8eecb149ef3c2401c8c1e16bf8b33b744936d79e
Fix a bug in a previous checkin of mine, correcting
 Regression.CodeGen.Generic.2004-04-09-SameValueCoalescing.llx and the
code size problem.

This bug prevented us from doing most register coallesces.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16031 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp