PR3934: Fix a bogus two-address pass assertion.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 13 Apr 2009 20:04:24 +0000 (20:04 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 13 Apr 2009 20:04:24 +0000 (20:04 +0000)
commit3005ed604835834534b61ea4a8f8be29f6868627
tree1b540633747b8de6a608a5a8ac889398ec911cdd
parent7126702edf3bcd4303d93f5d9c865db2944ad36b
PR3934: Fix a bogus two-address pass assertion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68979 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TwoAddressInstructionPass.cpp
test/CodeGen/X86/2009-04-13-2AddrAssert.ll [new file with mode: 0644]