summaryrefslogtreecommitdiff
path: root/test/TableGen/2006-09-18-LargeInt.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-18 22:28:07 +0000
committerChris Lattner <sabre@nondot.org>2006-09-18 22:28:07 +0000
commit02982501a722205ef3f63b9eef6b91f583b79351 (patch)
tree8f808cc5f92465aff014a2522e403d8ea029f9f0 /test/TableGen/2006-09-18-LargeInt.td
parent52cc1ea2a1a374b58801398460a6289723089d91 (diff)
downloadllvm-02982501a722205ef3f63b9eef6b91f583b79351.tar.gz
llvm-02982501a722205ef3f63b9eef6b91f583b79351.tar.bz2
llvm-02982501a722205ef3f63b9eef6b91f583b79351.tar.xz
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30471 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/2006-09-18-LargeInt.td')
-rw-r--r--test/TableGen/2006-09-18-LargeInt.td5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/TableGen/2006-09-18-LargeInt.td b/test/TableGen/2006-09-18-LargeInt.td
new file mode 100644
index 0000000000..0e441c5b47
--- /dev/null
+++ b/test/TableGen/2006-09-18-LargeInt.td
@@ -0,0 +1,5 @@
+// RUN: tblgen %s | grep -- -65536
+
+def X {
+ int Y = 0xFFFF0000;
+}