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 | b9459b731a0b6345d1e14083fcfa6508646ba81d (patch) | |
tree | d3a50758f36b024cc747e568bf6b136fc82d27f4 /lib/Target/PowerPC/PPCTargetMachine.cpp | |
parent | 2668959b8879097db368aec7d76c455260abc75b (diff) |
Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo
and PPC32JITInfo classes should be merged.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index fcd170c125..ce759d0895 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/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" |