commit | 7d3374951ee61f90f4e442c50dffb02bb9883ae7 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Aug 08 00:05:42 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Aug 08 00:05:42 2009 +0000 |
tree | 9db5c3c0b98e41dc11da6b27698b72cb4e055458 | |
parent | 1c95afc2788b2fa102b5ed8a9721d521afc0d220 [diff] [blame] |
don't check the result of printInstruction anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78444 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp b/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp index d7e050f..8a0c767 100644 --- a/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp +++ b/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
@@ -571,10 +571,7 @@ } } - if (printInstruction(MI)) - return; // Printer was automatically generated - - llvm_unreachable("Unhandled instruction in asm writer!"); + printInstruction(MI); } /// runOnMachineFunction - This uses the printMachineInstruction()