[llvm-commits] CVS: llvm/lib/Target/Target.td
Chris Lattner
lattner at cs.uiuc.edu
Tue Jul 29 18:08:02 PDT 2003
Changes in directory llvm/lib/Target:
Target.td updated: 1.3 -> 1.4
---
Log message:
No this file is not actually Sparc.td :)
---
Diffs of the changes:
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.3 llvm/lib/Target/Target.td:1.4
--- llvm/lib/Target/Target.td:1.3 Tue Jul 29 18:02:49 2003
+++ llvm/lib/Target/Target.td Tue Jul 29 18:07:13 2003
@@ -1,11 +1,9 @@
-//===- 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.
More information about the llvm-commits
mailing list