diff options
-rw-r--r-- | lib/CodeGen/AsmPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter.cpp index 72650ba183..f6b4bfcbfe 100644 --- a/lib/CodeGen/AsmPrinter.cpp +++ b/lib/CodeGen/AsmPrinter.cpp @@ -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. |