When deleting a machine instruction, make sure to remove it from the
authorChris Lattner <sabre@nondot.org>
Sun, 3 Sep 2006 00:06:08 +0000 (00:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Sep 2006 00:06:08 +0000 (00:06 +0000)
commit2ac0d43fa2cbf2dd1b024a40685eb1b758ddac56
treea3bbc361728a03c2253b1adcc23f04bc65124c29
parent7a3abdc63c0cc4e5d5411c3add0e909c6ac49e79
When deleting a machine instruction, make sure to remove it from the
livevariables information.  This fixes several regalloc=local failures on x86

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