forked from OSchip/llvm-project
Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need
to mark TableGen description files with "C++ mode". llvm-svn: 7841
This commit is contained in:
parent
bf0c0100f6
commit
4aab2b25b3
|
@ -1,5 +1,5 @@
|
|||
//===- Sparc.td - Target Description for Sparc V9 Target --------*- C++ -*-===//
|
||||
// vim:ft=cpp
|
||||
//===- SparcV9.td - Target Description for Sparc V9 Target ----------------===//
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
include "../Target.td"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//===- Sparc.td - Target Description for Sparc V9 Target --------*- C++ -*-===//
|
||||
// vim:ft=cpp
|
||||
//===- SparcV9_F2.td - Format 2 instructions: Sparc V9 Target -------------===//
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//===- Sparc.td - Target Description for Sparc V9 Target --------*- C++ -*-===//
|
||||
// vim:ft=cpp
|
||||
//===- SparcV9_F3.td - Format 3 Instructions: Sparc V9 Target -------------===//
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//===- Sparc.td - Target Description for Sparc V9 Target --------*- C++ -*-===//
|
||||
// vim:ft=cpp
|
||||
//===- SparcV9_F4.td - Format 4 instructions: Sparc V9 Target -------------===//
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
//----------------------- F4 classes -----------------------------------------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//===- Sparc.td - Target Description for Sparc V9 Target --------*- C++ -*-===//
|
||||
// vim:ft=cpp
|
||||
//===- SparcV9_Reg.td - Sparc V9 Register definitions ---------------------===//
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue