llvm-svn: 30462
This commit is contained in:
Andrew Lenharth 2006-09-18 18:00:18 +00:00
parent c50458fb90
commit 51ad73c98c
1 changed files with 0 additions and 1 deletions

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.