diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:53:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:53:41 +0000 |
commit | 0aa794ba5baaf96ff9225d55c57f9115e9211c81 (patch) | |
tree | 4f67b8ea3a37c268e6e1c92b2973c146d255ea84 /llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | |
parent | bfca1ab79d2f5a18e072b90fd1b0544b2ab1ffec (diff) | |
download | bcm5719-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.cpp | 2 |
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" |