Yet another case where the spiller marked two uses of the same register on the same...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 9 Mar 2009 19:00:05 +0000 (19:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 9 Mar 2009 19:00:05 +0000 (19:00 +0000)
commit0d8fc52ed37af612dae62868727b840b8936efb2
tree544ac00c852b55e7d9c07efd5587827164dd2dd7
parentc785b4f4a613f3e553651f7c0dbed4c6d8b5af47
Yet another case where the spiller marked two uses of the same register on the same instruction as kill. This fixes PR3706.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66428 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/VirtRegMap.cpp
test/CodeGen/X86/2009-03-09-SpillerBug.ll [new file with mode: 0644]