aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCTargetMachine.h
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
commit16e71f2f70811c69c56052dd146324fe20e31db5 (patch)
tree59127c20c6f9740fc2dd05a984f4b4f5d3d517e1 /lib/Target/PowerPC/PPCTargetMachine.h
parentb9459b731a0b6345d1e14083fcfa6508646ba81d (diff)
downloadexternal_llvm-16e71f2f70811c69c56052dd146324fe20e31db5.zip
external_llvm-16e71f2f70811c69c56052dd146324fe20e31db5.tar.gz
external_llvm-16e71f2f70811c69c56052dd146324fe20e31db5.tar.bz2
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/PPCTargetMachine.h')
-rw-r--r--lib/Target/PowerPC/PPCTargetMachine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.h b/lib/Target/PowerPC/PPCTargetMachine.h
index 0df2ac7..33180cd 100644
--- a/lib/Target/PowerPC/PPCTargetMachine.h
+++ b/lib/Target/PowerPC/PPCTargetMachine.h
@@ -17,7 +17,7 @@
#include "PPCFrameInfo.h"
#include "PPCSubtarget.h"
#include "PPCJITInfo.h"
-#include "PPC32InstrInfo.h"
+#include "PPCInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/PassManager.h"