[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp

Nate Begeman natebegeman at mac.com
Sat Aug 14 17:31:12 PDT 2004



Changes in directory llvm/lib/Target/PowerPC:

PPC32AsmPrinter.cpp updated: 1.37 -> 1.38
---
Log message:

Remove dead code

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

Index: llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp
diff -u llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:1.37 llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:1.38
--- llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:1.37	Sat Aug 14 18:27:29 2004
+++ llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp	Sat Aug 14 19:31:02 2004
@@ -619,14 +619,6 @@
     }
   }
   return;
-  
-  // Call the autogenerated instruction printer routines.
-  bool Handled = printInstruction(MI);
-  if (!Handled) {
-    MI->dump();
-    assert(0 && "Do not know how to print this instruction!");
-    abort();
-  }
 }
 
 bool PowerPCAsmPrinter::doInitialization(Module &M) {






More information about the llvm-commits mailing list