oops
authorAndrew Lenharth <andrewl@lenharth.org>
Mon, 18 Sep 2006 18:00:18 +0000 (18:00 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Mon, 18 Sep 2006 18:00:18 +0000 (18:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30462 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter.cpp

index 72650ba183cbf40d0ccba94984d84992306d49fe..f6b4bfcbfe357a520f9c8417fd61503e36619827 100644 (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.