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/PPCBranchSelector.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/PPCBranchSelector.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCBranchSelector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp b/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp index e4b65c49340..0c07d816218 100644 --- a/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp +++ b/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp @@ -18,7 +18,7 @@ #define DEBUG_TYPE "bsel" #include "PPC.h" #include "PPCInstrBuilder.h" -#include "PPC32InstrInfo.h" +#include "PPCInstrInfo.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/Support/Debug.h" #include <map> |