summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-29 23:07:13 +0000
committerChris Lattner <sabre@nondot.org>2003-07-29 23:07:13 +0000
commit8418e361432c37cc72645e13d8032f167d319adc (patch)
tree779b670fa0fff1042cb29bde75f6ecfe8903f6a2 /llvm/lib
parent4f94bedfa67b8dc47baf4f54d2bb647c1aadab6d (diff)
downloadbcm5719-llvm-8418e361432c37cc72645e13d8032f167d319adc.tar.gz
bcm5719-llvm-8418e361432c37cc72645e13d8032f167d319adc.zip
No this file is not actually Sparc.td :)
llvm-svn: 7405
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Target.td12
1 files changed, 5 insertions, 7 deletions
diff --git a/llvm/lib/Target/Target.td b/llvm/lib/Target/Target.td
index 68fdc36ba32..d8cf29c16a0 100644
--- a/llvm/lib/Target/Target.td
+++ b/llvm/lib/Target/Target.td
@@ -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"; }
OpenPOWER on IntegriCloud