[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPC.td
Misha Brukman
brukman at cs.uiuc.edu
Tue Aug 10 14:24:54 PDT 2004
Changes in directory llvm/lib/Target/PowerPC:
PowerPC.td updated: 1.5 -> 1.6
---
Log message:
* Fix file header to use tablegen emacs mode instead of c++
* Wrap long line to 80 cols
---
Diffs of the changes: (+3 -2)
Index: llvm/lib/Target/PowerPC/PowerPC.td
diff -u llvm/lib/Target/PowerPC/PowerPC.td:1.5 llvm/lib/Target/PowerPC/PowerPC.td:1.6
--- llvm/lib/Target/PowerPC/PowerPC.td:1.5 Fri Aug 6 01:58:50 2004
+++ llvm/lib/Target/PowerPC/PowerPC.td Tue Aug 10 16:24:44 2004
@@ -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 @@
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 ];
}
More information about the llvm-commits
mailing list