diff options
author | Zhou Sheng <zhousheng00@gmail.com> | 2007-01-19 14:26:57 +0000 |
---|---|---|
committer | Zhou Sheng <zhousheng00@gmail.com> | 2007-01-19 14:26:57 +0000 |
commit | 4da6420a07d4b91aa1270e18cc970e32c53b193e (patch) | |
tree | af4c902e40645be2d1b7ab8b233ab9d3695ce964 /test/Integer/a1.ll.out | |
parent | 02b985c50faa7b0f43ef4100761c633ed4b8d6d2 (diff) |
Cover more arithmetics for arbitrary bitwidth integers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer/a1.ll.out')
-rw-r--r-- | test/Integer/a1.ll.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Integer/a1.ll.out b/test/Integer/a1.ll.out index 829839284c..762dcd8e37 100644 --- a/test/Integer/a1.ll.out +++ b/test/Integer/a1.ll.out @@ -12,5 +12,9 @@ %n = constant i1 true ; <i1*> [#uses=0] %o = constant i1 true ; <i1*> [#uses=0] %p = constant i1 true ; <i1*> [#uses=0] +%q = constant i1 true ; <i1*> [#uses=0] +%r = constant i1 true ; <i1*> [#uses=0] +%s = constant i1 false ; <i1*> [#uses=0] +%t = constant i1 false ; <i1*> [#uses=0] implementation ; Functions: |