aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PowerPC/PPC.h')
-rw-r--r--lib/Target/PowerPC/PPC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h
index b8adc25038..d58d2a6127 100644
--- a/lib/Target/PowerPC/PPC.h
+++ b/lib/Target/PowerPC/PPC.h
@@ -42,10 +42,10 @@ extern PPCTargetEnum PPCTarget;
// Defines symbolic names for PowerPC registers. This defines a mapping from
// register name to register number.
//
-#include "PowerPCGenRegisterNames.inc"
+#include "PPCGenRegisterNames.inc"
// Defines symbolic names for the PowerPC instructions.
//
-#include "PowerPCGenInstrNames.inc"
+#include "PPCGenInstrNames.inc"
#endif