* Fix file header to use tablegen emacs mode instead of c++
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 10 Aug 2004 21:24:44 +0000 (21:24 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 10 Aug 2004 21:24:44 +0000 (21:24 +0000)
* Wrap long line to 80 cols

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15630 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PowerPC.td

index a92bae812d53666f1d5d14119f86ddda337e8c37..56078d01d6f927181b7f5a08338ea24c8c82eaa5 100644 (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 ];
 }