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

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


Changes in directory llvm/test/Regression/TableGen:

BitsInitOverflow.td added (r1.1)

---
Log message:

New testcase


---
Diffs of the changes:

Index: llvm/test/Regression/TableGen/BitsInitOverflow.td
diff -c /dev/null llvm/test/Regression/TableGen/BitsInitOverflow.td:1.1
*** /dev/null	Sun Aug  3 13:23:06 2003
--- llvm/test/Regression/TableGen/BitsInitOverflow.td	Sun Aug  3 13:22:56 2003
***************
*** 0 ****
--- 1,5 ----
+ // RUN: not tblgen %s
+ 
+ def {
+   bits<2> X = 5;  // bitfield is too small, reject
+ }





More information about the llvm-commits mailing list