[llvm-commits] CVS: llvm/test/Regression/TableGen/ListConversion.td

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 4 00:00:43 PDT 2003


Changes in directory llvm/test/Regression/TableGen:

ListConversion.td added (r1.1)

---
Log message:

New testcase


---
Diffs of the changes:

Index: llvm/test/Regression/TableGen/ListConversion.td
diff -c /dev/null llvm/test/Regression/TableGen/ListConversion.td:1.1
*** /dev/null	Sun Aug  3 13:26:51 2003
--- llvm/test/Regression/TableGen/ListConversion.td	Sun Aug  3 13:26:40 2003
***************
*** 0 ****
--- 1,10 ----
+ // RUN: tblgen %s
+ class A;
+ class B : A;
+ 
+ def b : B;
+ 
+ def {
+   list<B> X = [b];
+   list<A> Y = X;
+ }





More information about the llvm-commits mailing list