No this file is not actually Sparc.td  :)

llvm-svn: 7405
diff --git a/llvm/lib/Target/Target.td b/llvm/lib/Target/Target.td
index 68fdc36..d8cf29c 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"; }