summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-14 23:53:41 +0000
committerChris Lattner <sabre@nondot.org>2005-10-14 23:53:41 +0000
commit0aa794ba5baaf96ff9225d55c57f9115e9211c81 (patch)
tree4f67b8ea3a37c268e6e1c92b2973c146d255ea84 /llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
parentbfca1ab79d2f5a18e072b90fd1b0544b2ab1ffec (diff)
downloadbcm5719-llvm-0aa794ba5baaf96ff9225d55c57f9115e9211c81.tar.gz
bcm5719-llvm-0aa794ba5baaf96ff9225d55c57f9115e9211c81.zip
Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo
and PPC32JITInfo classes should be merged. llvm-svn: 23744
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
index fcd170c1255..ce759d08959 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -14,7 +14,7 @@
#include "PPC.h"
#include "PPCFrameInfo.h"
#include "PPC32TargetMachine.h"
-#include "PPC32JITInfo.h"
+#include "PPCJITInfo.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Analysis/Verifier.h"
OpenPOWER on IntegriCloud