Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86.
authorChris Lattner <sabre@nondot.org>
Sun, 3 Sep 2006 07:15:37 +0000 (07:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Sep 2006 07:15:37 +0000 (07:15 +0000)
commit5e50349070972ca4e590f6211184df1d4ec28ac8
treee9a11f8fa7b8db68fc38cd055e4ca2e3261a34b0
parent6cfca76349963d8aa8122157c02c4c156b852744
Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86.
Just because an alias of a register is available, it doesn't mean that we
can arbitrarily evict the register.

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