[llvm-commits] CVS: llvm/lib/Target/Target.td
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 10:19:16 PDT 2003
Changes in directory llvm/lib/Target:
Target.td updated: 1.23 -> 1.24
---
Log message:
Added LLVM copyright header.
---
Diffs of the changes: (+7 -0)
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.23 llvm/lib/Target/Target.td:1.24
--- llvm/lib/Target/Target.td:1.23 Thu Aug 14 23:35:14 2003
+++ llvm/lib/Target/Target.td Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===- Target.td - Target Independent TableGen interface --------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
//
// This file defines the target-independent interfaces which should be
// implemented by each target which is using a TableGen based code generator.
More information about the llvm-commits
mailing list