diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPC.td | 4 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCInstrFormats.td (renamed from llvm/lib/Target/PowerPC/PowerPCInstrFormats.td) | 0 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCInstrInfo.td (renamed from llvm/lib/Target/PowerPC/PowerPCInstrInfo.td) | 4 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCRegisterInfo.td (renamed from llvm/lib/Target/PowerPC/PowerPCRegisterInfo.td) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.td b/llvm/lib/Target/PowerPC/PPC.td index 05f0d3715b8..4798ae8d17c 100644 --- a/llvm/lib/Target/PowerPC/PPC.td +++ b/llvm/lib/Target/PowerPC/PPC.td @@ -19,8 +19,8 @@ include "../Target.td" // Register File Description //===----------------------------------------------------------------------===// -include "PowerPCRegisterInfo.td" -include "PowerPCInstrInfo.td" +include "PPCRegisterInfo.td" +include "PPCInstrInfo.td" def PPC : Target { // Pointers on PPC are 32-bits in size. diff --git a/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td b/llvm/lib/Target/PowerPC/PPCInstrFormats.td index 880a66a99e2..880a66a99e2 100644 --- a/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td +++ b/llvm/lib/Target/PowerPC/PPCInstrFormats.td diff --git a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td index 673c176d4ff..f18aa67cbd0 100644 --- a/llvm/lib/Target/PowerPC/PowerPCInstrInfo.td +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.td @@ -1,4 +1,4 @@ -//===- PowerPCInstrInfo.td - The PowerPC Instruction Set -----*- tablegen -*-=// +//===- PPCInstrInfo.td - The PowerPC Instruction Set -------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -include "PowerPCInstrFormats.td" +include "PPCInstrFormats.td" //===----------------------------------------------------------------------===// diff --git a/llvm/lib/Target/PowerPC/PowerPCRegisterInfo.td b/llvm/lib/Target/PowerPC/PPCRegisterInfo.td index d8d38450f6e..d8d38450f6e 100644 --- a/llvm/lib/Target/PowerPC/PowerPCRegisterInfo.td +++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.td |