diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:59:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:59:06 +0000 |
commit | 16e71f2f70811c69c56052dd146324fe20e31db5 (patch) | |
tree | 59127c20c6f9740fc2dd05a984f4b4f5d3d517e1 /lib/Target/PowerPC/PPCISelPattern.cpp | |
parent | b9459b731a0b6345d1e14083fcfa6508646ba81d (diff) |
Rename PPC32*.h to PPC*.h
This completes the grand PPC file renaming
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelPattern.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCISelPattern.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/PPCISelPattern.cpp b/lib/Target/PowerPC/PPCISelPattern.cpp index a1f6b1c3c0..6fb119c862 100644 --- a/lib/Target/PowerPC/PPCISelPattern.cpp +++ b/lib/Target/PowerPC/PPCISelPattern.cpp @@ -15,9 +15,8 @@ #include "PPC.h" #include "PPCInstrBuilder.h" -#include "PPC32InstrInfo.h" -#include "PPC32TargetMachine.h" -#include "PPC32ISelLowering.h" +#include "PPCTargetMachine.h" +#include "PPCISelLowering.h" #include "llvm/Constants.h" #include "llvm/Function.h" #include "llvm/CodeGen/MachineConstantPool.h" |