diff options
author | Nate Begeman <natebegeman@mac.com> | 2004-08-15 00:31:02 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2004-08-15 00:31:02 +0000 |
commit | ad9c242605ae694017e41a4e528a81f9fea291c6 (patch) | |
tree | 452a4a023c9b67965a569b7ea3f4f3741da82670 | |
parent | 7bb424fafcfc3452c209556cd764e60b45ae6a5d (diff) |
Remove dead code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15750 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/PPC32AsmPrinter.cpp | 8 | ||||
-rw-r--r-- | lib/Target/PowerPC/PPCAsmPrinter.cpp | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/lib/Target/PowerPC/PPC32AsmPrinter.cpp b/lib/Target/PowerPC/PPC32AsmPrinter.cpp index a857f3afeb..7db2392915 100644 --- a/lib/Target/PowerPC/PPC32AsmPrinter.cpp +++ b/lib/Target/PowerPC/PPC32AsmPrinter.cpp @@ -619,14 +619,6 @@ void PowerPCAsmPrinter::printMachineInstruction(const MachineInstr *MI) { } } 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) { diff --git a/lib/Target/PowerPC/PPCAsmPrinter.cpp b/lib/Target/PowerPC/PPCAsmPrinter.cpp index a857f3afeb..7db2392915 100644 --- a/lib/Target/PowerPC/PPCAsmPrinter.cpp +++ b/lib/Target/PowerPC/PPCAsmPrinter.cpp @@ -619,14 +619,6 @@ void PowerPCAsmPrinter::printMachineInstruction(const MachineInstr *MI) { } } 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) { |