llvm-svn: 30462
This commit is contained in:
Andrew Lenharth 2006-09-18 18:00:18 +00:00
parent 00bbd5641b
commit 9c54a925e8

View File

@ -714,7 +714,6 @@ void AsmPrinter::printInlineAsm(const MachineInstr *MI) const {
if (OpNo >= MI->getNumOperands()) {
Error = true;
std::cerr << "Too many operands\n";
} else {
unsigned OpFlags = MI->getOperand(OpNo).getImmedValue();
++OpNo; // Skip over the ID number.