* Fix file header to use tablegen emacs mode instead of c++

* Wrap long line to 80 cols

llvm-svn: 15630
This commit is contained in:
Misha Brukman 2004-08-10 21:24:44 +00:00
parent 5cf0a20d4f
commit aa0e45b8d8

View File

@ -1,4 +1,4 @@
//===- PowerPC.td - Describe the PowerPC Target Machine ---------*- C++ -*-===//
//===- PowerPC.td - Describe the PowerPC Target Machine ----*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
@ -24,7 +24,8 @@ include "PowerPCInstrInfo.td"
def PowerPCInstrInfo : InstrInfo {
let PHIInst = PHI;
let TSFlagsFields = ["ArgCount", "Arg0Type", "Arg1Type", "Arg2Type", "Arg3Type", "Arg4Type", "VMX", "PPC64"];
let TSFlagsFields = ["ArgCount", "Arg0Type", "Arg1Type", "Arg2Type",
"Arg3Type", "Arg4Type", "VMX", "PPC64"];
let TSFlagsShifts = [ 0, 3, 8, 13, 18, 23, 28, 29 ];
}