Fix a bug that occurs when the last instruction in a range is dead
authorChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2004 15:16:53 +0000 (15:16 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2004 15:16:53 +0000 (15:16 +0000)
commit8640f4e666086cc6e7447dc164105e428e6cb81a
tree91fc67cf4499ed182e1ef88116c680c95f1789d2
parentcc0d156f7bca0811aade0a95b0e7419176383c90
Fix a bug that occurs when the last instruction in a range is dead

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