[llvm-commits] CVS: llvm/test/Regression/TableGen/IntBitInit.td
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 4 00:00:47 PDT 2003
Changes in directory llvm/test/Regression/TableGen:
IntBitInit.td added (r1.1)
---
Log message:
New testcase
---
Diffs of the changes:
Index: llvm/test/Regression/TableGen/IntBitInit.td
diff -c /dev/null llvm/test/Regression/TableGen/IntBitInit.td:1.1
*** /dev/null Sun Aug 3 13:28:19 2003
--- llvm/test/Regression/TableGen/IntBitInit.td Sun Aug 3 13:28:09 2003
***************
*** 0 ****
--- 1,5 ----
+ // RUN: tblgen %s
+ def {
+ bit A = 1;
+ int B = A;
+ }
More information about the llvm-commits
mailing list