[llvm-commits] CVS: llvm/test/Regression/TableGen/2003-08-03-PassCode.td
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 4 00:29:18 PDT 2003
Changes in directory llvm/test/Regression/TableGen:
2003-08-03-PassCode.td added (r1.1)
---
Log message:
New testcase
---
Diffs of the changes:
Index: llvm/test/Regression/TableGen/2003-08-03-PassCode.td
diff -c /dev/null llvm/test/Regression/TableGen/2003-08-03-PassCode.td:1.1
*** /dev/null Sun Aug 3 23:53:23 2003
--- llvm/test/Regression/TableGen/2003-08-03-PassCode.td Sun Aug 3 23:53:13 2003
***************
*** 0 ****
--- 1,7 ----
+ // RUN: tblgen %s
+
+ class test<code C> {
+ code Code = C;
+ }
+
+ def foo : test<[{ hello world! }]>;
More information about the llvm-commits
mailing list