Fixed a coalescer bug caused by a typo.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 19 Mar 2008 02:26:36 +0000 (02:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 19 Mar 2008 02:26:36 +0000 (02:26 +0000)
commit82a6d23700d5bb42fcbbc3ae17a7c85e97888ad1
tree13db9c9093ccea382c1206b45ae1ad84c9bc7de0
parentdc1ce7bdc6e32e7a4c4a110caa32834730183c1b
Fixed a coalescer bug caused by a typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48526 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SimpleRegisterCoalescing.cpp
test/CodeGen/X86/2008-03-18-CoalescerBug.ll [new file with mode: 0644]