diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:37:35 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:37:35 +0000 |
| commit | 0921e3bfc14b98f8d899ac9421c2b152c4d55a3e (patch) | |
| tree | cc8d58e664a021d7ff6b003c511d73330d08a0bd /llvm/lib/Target/PowerPC/PowerPC.h | |
| parent | 09cd9e76612fe11f1b1e8c5187f4fb5bcbebcf41 (diff) | |
| download | bcm5719-llvm-0921e3bfc14b98f8d899ac9421c2b152c4d55a3e.tar.gz bcm5719-llvm-0921e3bfc14b98f8d899ac9421c2b152c4d55a3e.zip | |
Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td
llvm-svn: 23738
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPC.h')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PowerPC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPC.h b/llvm/lib/Target/PowerPC/PowerPC.h index b8adc250389..d58d2a6127a 100644 --- a/llvm/lib/Target/PowerPC/PowerPC.h +++ b/llvm/lib/Target/PowerPC/PowerPC.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 |

