[llvm-commits] CVS: llvm/test/Regression/TableGen/2006-09-18-LargeInt.td

Chris Lattner sabre at nondot.org
Mon Sep 18 15:28:21 PDT 2006



Changes in directory llvm/test/Regression/TableGen:

2006-09-18-LargeInt.td added (r1.1)
---
Log message:

new testcase


---
Diffs of the changes:  (+5 -0)

 2006-09-18-LargeInt.td |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/Regression/TableGen/2006-09-18-LargeInt.td
diff -c /dev/null llvm/test/Regression/TableGen/2006-09-18-LargeInt.td:1.1
*** /dev/null	Mon Sep 18 17:28:17 2006
--- llvm/test/Regression/TableGen/2006-09-18-LargeInt.td	Mon Sep 18 17:28:07 2006
***************
*** 0 ****
--- 1,5 ----
+ // RUN: tblgen %s | grep -- -65536
+ 
+ def X {
+   int Y = 0xFFFF0000;
+ }






More information about the llvm-commits mailing list