Jakob Stoklund Olesen 4a0d996780 Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm operands.
The inline asm operands must be parsed from the first flag, you cannot assume
that an immediate operand preceeding a register use operand is the flag.
PowerPC "m" operands are represented as (flag, imm, reg) triples.
isRegTiedToDefOperand() would incorrectly interpret the imm as the flag.

llvm-svn: 76101
2009-07-16 20:58:34 +00:00
..
2009-06-12 05:39:02 +00:00
2009-06-23 22:11:37 +00:00
2009-07-08 21:57:07 +00:00
2009-03-24 21:36:09 +00:00