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 | 6f3b9546629e5c0d1eabbf94aabff74a04df33e9 (patch) | |
| tree | 3b94d722f3b82bd730138b0ac652aed67449e746 /llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp | |
| parent | 0aa794ba5baaf96ff9225d55c57f9115e9211c81 (diff) | |
| download | bcm5719-llvm-6f3b9546629e5c0d1eabbf94aabff74a04df33e9.tar.gz bcm5719-llvm-6f3b9546629e5c0d1eabbf94aabff74a04df33e9.zip | |
Rename PPC32*.h to PPC*.h
This completes the grand PPC file renaming
llvm-svn: 23745
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index 8c566ab7f0c..8396da66db2 100644 --- a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp @@ -13,8 +13,8 @@ //===----------------------------------------------------------------------===// #include "PPC.h" -#include "PPC32TargetMachine.h" -#include "PPC32ISelLowering.h" +#include "PPCTargetMachine.h" +#include "PPCISelLowering.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/SSARegMap.h" |

