summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-14 23:51:18 +0000
committerChris Lattner <sabre@nondot.org>2005-10-14 23:51:18 +0000
commitbfca1ab79d2f5a18e072b90fd1b0544b2ab1ffec (patch)
tree4be385dbe06f6bf9c5415158dbe99484d011030e /llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp
parente80bf1b33adab76f9988273d37eee0726ab68d7b (diff)
downloadbcm5719-llvm-bfca1ab79d2f5a18e072b90fd1b0544b2ab1ffec.tar.gz
bcm5719-llvm-bfca1ab79d2f5a18e072b90fd1b0544b2ab1ffec.zip
Rename PowerPC*.h to PPC*.h
llvm-svn: 23743
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp b/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp
index d4910dc377d..46f8a72fe03 100644
--- a/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp
@@ -13,7 +13,7 @@
#include "PPC32InstrInfo.h"
#include "PPCGenInstrInfo.inc"
-#include "PowerPC.h"
+#include "PPC.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include <iostream>
using namespace llvm;
OpenPOWER on IntegriCloud