diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-09-18 18:00:18 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-09-18 18:00:18 +0000 |
commit | 51ad73c98caf392462cea5bc64d193883034e517 (patch) | |
tree | e0f6c2da2307000663a8a30d6fa01fc75046eecc /llvm/lib | |
parent | c50458fb90f8c53c92f8d2855e484afa26134033 (diff) | |
download | bcm5719-llvm-51ad73c98caf392462cea5bc64d193883034e517.tar.gz bcm5719-llvm-51ad73c98caf392462cea5bc64d193883034e517.zip |
oops
llvm-svn: 30462
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter.cpp index 72650ba183c..f6b4bfcbfe3 100644 --- a/llvm/lib/CodeGen/AsmPrinter.cpp +++ b/llvm/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. |