No this file is not actually Sparc.td :)
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jul 2003 23:07:13 +0000 (23:07 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jul 2003 23:07:13 +0000 (23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7405 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index 68fdc36ba326845fdb62a5f49eeb9d8b637057a2..d8cf29c16a0f780af645e8dee3b0752fcd4b8688 100644 (file)
@@ -1,12 +1,10 @@
-//===- Sparc.td - Target Description for Sparc V9 Target --------*- C++ -*-===//
-// vim:ft=cpp
+//===- Target.td - Target Independent TableGen interface --------*- C++ -*-===//
+//
+// This file defines the target-independent interfaces which should be
+// implemented by each target which is using a TableGen based code generator.
+//
 //===----------------------------------------------------------------------===//
 
-//===----------------------------------------------------------------------===//
-//  Target-Independent interface
-//===----------------------------------------------------------------------===//
-
-
 // Value types - These values correspond to the register types defined in the
 // ValueTypes.h file.
 class ValueType { string Namespace = "MVT"; }