summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-14 23:59:06 +0000
committerChris Lattner <sabre@nondot.org>2005-10-14 23:59:06 +0000
commit6f3b9546629e5c0d1eabbf94aabff74a04df33e9 (patch)
tree3b94d722f3b82bd730138b0ac652aed67449e746 /llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
parent0aa794ba5baaf96ff9225d55c57f9115e9211c81 (diff)
downloadbcm5719-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.cpp2
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>
OpenPOWER on IntegriCloud