fix a latent bug my inline asm stuff exposed:
authorChris Lattner <sabre@nondot.org>
Wed, 7 Apr 2010 18:03:19 +0000 (18:03 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Apr 2010 18:03:19 +0000 (18:03 +0000)
commit24ad3ed71fe93059d1b46ffdbfe63259762bf547
tree12d9796b8fed5f46d853e433a08c85df2495a353
parent96fbb3eea6ebcd2a6b75973cf11998b4cb0e6a81
fix a latent bug my inline asm stuff exposed:
MachineOperand::isIdenticalTo wasn't handling metadata operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100636 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineInstr.cpp
test/CodeGen/X86/crash.ll