From 67d2f3a5a0e4df2bcead4e3cfd5d4dc3abf04cdf Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 27 Feb 2007 19:22:36 +0000 Subject: Shifting by the bit width now produces undef, not 0. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34675 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Integer/a15.ll.out | 2 +- test/Integer/a17.ll.out | 2 +- test/Integer/a31.ll.out | 2 +- test/Integer/a33.ll.out | 2 +- test/Integer/a63.ll.out | 2 +- test/Integer/a7.ll.out | 2 +- test/Integer/a9.ll.out | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'test') diff --git a/test/Integer/a15.ll.out b/test/Integer/a15.ll.out index 006bc20428..69d3a1a486 100644 --- a/test/Integer/a15.ll.out +++ b/test/Integer/a15.ll.out @@ -5,7 +5,7 @@ @e = constant i15 -1 ; [#uses=0] @f = constant i15 1 ; [#uses=0] @g = constant i15 3 ; [#uses=0] -@h = constant i15 0 ; [#uses=0] +@h = constant i15 undef ; [#uses=0] @i = constant i15 -16384 ; [#uses=0] @j = constant i15 1 ; [#uses=0] @l = constant i15 -1 ; [#uses=0] diff --git a/test/Integer/a17.ll.out b/test/Integer/a17.ll.out index 20f491ac1d..3edb5ac01d 100644 --- a/test/Integer/a17.ll.out +++ b/test/Integer/a17.ll.out @@ -5,7 +5,7 @@ @e = constant i17 -1 ; [#uses=0] @f = constant i17 1 ; [#uses=0] @g = constant i17 3 ; [#uses=0] -@h = constant i17 0 ; [#uses=0] +@h = constant i17 undef ; [#uses=0] @i = constant i17 -65536 ; [#uses=0] @j = constant i17 1 ; [#uses=0] @l = constant i17 -1 ; [#uses=0] diff --git a/test/Integer/a31.ll.out b/test/Integer/a31.ll.out index fbb16810d2..243cabf7ed 100644 --- a/test/Integer/a31.ll.out +++ b/test/Integer/a31.ll.out @@ -5,7 +5,7 @@ @e = constant i31 -1 ; [#uses=0] @f = constant i31 1 ; [#uses=0] @g = constant i31 3 ; [#uses=0] -@h = constant i31 0 ; [#uses=0] +@h = constant i31 undef ; [#uses=0] @i = constant i31 -1073741824 ; [#uses=0] @j = constant i31 1 ; [#uses=0] @l = constant i31 -1 ; [#uses=0] diff --git a/test/Integer/a33.ll.out b/test/Integer/a33.ll.out index 402b61fb81..a5708acac2 100644 --- a/test/Integer/a33.ll.out +++ b/test/Integer/a33.ll.out @@ -5,7 +5,7 @@ @e = constant i33 -1 ; [#uses=0] @f = constant i33 1 ; [#uses=0] @g = constant i33 3 ; [#uses=0] -@h = constant i33 0 ; [#uses=0] +@h = constant i33 undef ; [#uses=0] @i = constant i33 -4294967296 ; [#uses=0] @j = constant i33 1 ; [#uses=0] @l = constant i33 -1 ; [#uses=0] diff --git a/test/Integer/a63.ll.out b/test/Integer/a63.ll.out index 80764e2f37..1f73220049 100644 --- a/test/Integer/a63.ll.out +++ b/test/Integer/a63.ll.out @@ -5,7 +5,7 @@ @e = constant i63 -1 ; [#uses=0] @f = constant i63 1 ; [#uses=0] @g = constant i63 3 ; [#uses=0] -@h = constant i63 0 ; [#uses=0] +@h = constant i63 undef ; [#uses=0] @i = constant i63 -4611686018427387904 ; [#uses=0] @j = constant i63 1 ; [#uses=0] @l = constant i63 -1 ; [#uses=0] diff --git a/test/Integer/a7.ll.out b/test/Integer/a7.ll.out index 4ed2133268..6008372424 100644 --- a/test/Integer/a7.ll.out +++ b/test/Integer/a7.ll.out @@ -8,7 +8,7 @@ @g = constant i7 3 ; [#uses=0] @r = constant i7 5 ; [#uses=0] @s = constant i7 5 ; [#uses=0] -@h = constant i7 0 ; [#uses=0] +@h = constant i7 undef ; [#uses=0] @i = constant i7 -64 ; [#uses=0] @j = constant i7 1 ; [#uses=0] @l = constant i7 -1 ; [#uses=0] diff --git a/test/Integer/a9.ll.out b/test/Integer/a9.ll.out index 77a2a23a7c..7d25d4aa90 100644 --- a/test/Integer/a9.ll.out +++ b/test/Integer/a9.ll.out @@ -5,7 +5,7 @@ @e = constant i9 -1 ; [#uses=0] @f = constant i9 1 ; [#uses=0] @g = constant i9 3 ; [#uses=0] -@h = constant i9 0 ; [#uses=0] +@h = constant i9 undef ; [#uses=0] @i = constant i9 -256 ; [#uses=0] @j = constant i9 1 ; [#uses=0] @l = constant i9 -1 ; [#uses=0] -- cgit v1.2.3