git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30462 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2006-09-18 18:00:18 +00:00
parent 3fbd67898e
commit 303c6222a4

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.