[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Sep 18 11:00:32 PDT 2006



Changes in directory llvm/lib/CodeGen:

AsmPrinter.cpp updated: 1.96 -> 1.97
---
Log message:

oops

---
Diffs of the changes:  (+0 -1)

 AsmPrinter.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/CodeGen/AsmPrinter.cpp
diff -u llvm/lib/CodeGen/AsmPrinter.cpp:1.96 llvm/lib/CodeGen/AsmPrinter.cpp:1.97
--- llvm/lib/CodeGen/AsmPrinter.cpp:1.96	Mon Sep 18 12:59:35 2006
+++ llvm/lib/CodeGen/AsmPrinter.cpp	Mon Sep 18 13:00:18 2006
@@ -714,7 +714,6 @@
 
         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.






More information about the llvm-commits mailing list