Fix an inline asm pasto from 117667; was preventing
authorDale Johannesen <dalej@apple.com>
Tue, 9 Nov 2010 01:15:07 +0000 (01:15 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 9 Nov 2010 01:15:07 +0000 (01:15 +0000)
commit71365d3774a6c02f3f198fbf08a56e4b6346bbcc
treec6996644387643d4198cd0d1b5370e4e984d6a70
parente1f2e502b99fa0bafa6da2976b0cad69dcf6ecd6
Fix an inline asm pasto from 117667; was preventing
{i64, i64} from matching i128.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118465 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp
test/CodeGen/X86/complex-asm.ll [new file with mode: 0644]