Verify the consistency of inline asm operands.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 29 Aug 2012 18:11:05 +0000 (18:11 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 29 Aug 2012 18:11:05 +0000 (18:11 +0000)
commit90a4f78d3b23576da92a60a731cb34767fd75db8
tree297c4642c7932c029715f4eae1fa3d6e796b244d
parent17dd9a992aa499d79ccfa8b477ed4a225d1e39b6
Verify the consistency of inline asm operands.

The operands on an INLINEASM machine instruction are divided into groups
headed by immediate flag operands. Verify this structure.

Extract verifyTiedOperands(), and only call it for non-inlineasm
instructions.

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