Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC...
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrFormats.td
index 65d8a9223bd48b14e92e9652ae6e478e0ac783e4..c9f16fb538aa28cfbe023f840a0c3db05cff0c3c 100644 (file)
@@ -7,16 +7,16 @@
 //
 //===----------------------------------------------------------------------===//
 
-//----------------------------------------------------------------------------//
+//===----------------------------------------------------------------------===//
 //                         Hexagon Intruction Flags +
 //
 //                    *** Must match HexagonBaseInfo.h ***
-//----------------------------------------------------------------------------//
+//===----------------------------------------------------------------------===//
 
 
-//----------------------------------------------------------------------------//
+//===----------------------------------------------------------------------===//
 //                         Intruction Class Declaration +
-//----------------------------------------------------------------------------//
+//===----------------------------------------------------------------------===//
 
 class InstHexagon<dag outs, dag ins, string asmstr, list<dag> pattern,
                   string cstr, InstrItinClass itin> : Instruction {
@@ -40,9 +40,9 @@ class InstHexagon<dag outs, dag ins, string asmstr, list<dag> pattern,
   // *** The code above must match HexagonBaseInfo.h ***
 }
 
-//----------------------------------------------------------------------------//
+//===----------------------------------------------------------------------===//
 //                         Intruction Classes Definitions +
-//----------------------------------------------------------------------------//
+//===----------------------------------------------------------------------===//
 
 // LD Instruction Class in V2/V3/V4.
 // Definition of the instruction class NOT CHANGED.
@@ -188,9 +188,9 @@ class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern>
  : InstHexagon<outs, ins, asmstr, pattern, "", PSEUDO>;
 
 
-//----------------------------------------------------------------------------//
+//===----------------------------------------------------------------------===//
 //                         Intruction Classes Definitions -
-//----------------------------------------------------------------------------//
+//===----------------------------------------------------------------------===//
 
 
 //