forked from OSchip/llvm-project
parent
f3b97f53b9
commit
7503d46feb
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
Loading…
Reference in New Issue