implicit defs get added to the end of machine instrs sometimes. Scan the whole instr...
authorChris Lattner <sabre@nondot.org>
Thu, 8 Apr 2010 18:20:52 +0000 (18:20 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Apr 2010 18:20:52 +0000 (18:20 +0000)
commitd0024fec256659b45350387289e5d4520f15dc6d
tree25f36fa29128accd14c180fb90c4424ee0dc6d85
parentb57b6f1575ec87b22dc793fe03539cae9df0e586
implicit defs get added to the end of machine instrs sometimes.  Scan the whole instruction for the metadata operand instead of assuming it will be at the end of the instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100792 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp