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;
+ }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to