Skip to content

Commit

Permalink
Since we now have TableGen editing modes for VIM and (X)Emacs, we no …
Browse files Browse the repository at this point in the history
…longer need

to mark TableGen description files with "C++ mode".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7841 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mbrukman committed Aug 14, 2003
1 parent a8e40f5 commit 640b928
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lib/Target/SparcV9/SparcV9.td
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions lib/Target/SparcV9/SparcV9_F2.td
Original file line number Diff line number Diff line change
@@ -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 -------------===//
//
//===----------------------------------------------------------------------===//

//===----------------------------------------------------------------------===//
Expand Down
4 changes: 2 additions & 2 deletions lib/Target/SparcV9/SparcV9_F3.td
Original file line number Diff line number Diff line change
@@ -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 -------------===//
//
//===----------------------------------------------------------------------===//

//===----------------------------------------------------------------------===//
Expand Down
4 changes: 2 additions & 2 deletions lib/Target/SparcV9/SparcV9_F4.td
Original file line number Diff line number Diff line change
@@ -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 -----------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/Target/SparcV9/SparcV9_Reg.td
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//===- Sparc.td - Target Description for Sparc V9 Target --------*- C++ -*-===//
// vim:ft=cpp
//===- SparcV9_Reg.td - Sparc V9 Register definitions ---------------------===//
//
//===----------------------------------------------------------------------===//

//===----------------------------------------------------------------------===//
Expand Down

0 comments on commit 640b928

Please sign in to comment.