From 1933b89bfe3e4ef8d17057aeb30f8078b2e4850e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 29 Jul 2003 23:07:13 +0000 Subject: [PATCH] No this file is not actually Sparc.td :) llvm-svn: 7405 --- lib/Target/Target.td | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/Target/Target.td b/lib/Target/Target.td index 68fdc36ba32..d8cf29c16a0 100644 --- a/lib/Target/Target.td +++ b/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"; }