summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-14 21:42:53 +0000
committerChris Lattner <sabre@nondot.org>2010-11-14 21:42:53 +0000
commite2d75bf6812249134e9c0fb82d75898d3dfd5776 (patch)
treecf600bdbf5b3c7d748ea4f90ffe640605bc536b4 /llvm/lib
parent219cc3d58688572123c31fb680b633552ea8b7a7 (diff)
downloadbcm5719-llvm-e2d75bf6812249134e9c0fb82d75898d3dfd5776.tar.gz
bcm5719-llvm-e2d75bf6812249134e9c0fb82d75898d3dfd5776.zip
properly wire up the instprinter to the ppc64 backend, down to 5 failures.
llvm-svn: 119081
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
index 4577232f3b8..039bb4dffac 100644
--- a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
+++ b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
@@ -948,5 +948,5 @@ extern "C" void LLVMInitializePowerPCAsmPrinter() {
TargetRegistry::RegisterAsmPrinter(ThePPC64Target, createPPCAsmPrinterPass);
TargetRegistry::RegisterMCInstPrinter(ThePPC32Target, createPPCMCInstPrinter);
- TargetRegistry::RegisterMCInstPrinter(ThePPC32Target, createPPCMCInstPrinter);
+ TargetRegistry::RegisterMCInstPrinter(ThePPC64Target, createPPCMCInstPrinter);
}
OpenPOWER on IntegriCloud