[llvm-commits] CVS: llvm/test/Regression/TableGen/Include.td
Chris Lattner
lattner at cs.uiuc.edu
Mon Apr 18 18:37:37 PDT 2005
Changes in directory llvm/test/Regression/TableGen:
Include.td updated: 1.1 -> 1.2
---
Log message:
add a run line
---
Diffs of the changes: (+1 -1)
Include.td | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/TableGen/Include.td
diff -u llvm/test/Regression/TableGen/Include.td:1.1 llvm/test/Regression/TableGen/Include.td:1.2
--- llvm/test/Regression/TableGen/Include.td:1.1 Wed Jul 30 15:55:37 2003
+++ llvm/test/Regression/TableGen/Include.td Mon Apr 18 20:37:24 2005
@@ -1,4 +1,4 @@
-
+// RUN: tblgen %s
def BeforeInclude;
include "Include.inc"
More information about the llvm-commits
mailing list