From 9f992aec98e0384739baf485468dd403c790dd53 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 24 Mar 2007 22:34:10 +0000 Subject: Flip the srem tests around. Previous commit was to correct an apparent bug in the srem implementation. Turns out it was a documentation bug instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35304 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Integer/a15.ll.out | 4 ++-- test/Integer/a17.ll.out | 4 ++-- test/Integer/a31.ll.out | 4 ++-- test/Integer/a33.ll.out | 4 ++-- test/Integer/a63.ll.out | 2 +- test/Integer/a7.ll.out | 2 +- test/Integer/a9.ll.out | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) (limited to 'test/Integer') diff --git a/test/Integer/a15.ll.out b/test/Integer/a15.ll.out index f900f165db..2e3f3ce76e 100644 --- a/test/Integer/a15.ll.out +++ b/test/Integer/a15.ll.out @@ -13,10 +13,10 @@ @q = constant i15 16381 ; [#uses=0] @r = constant i15 0 ; [#uses=0] @s = constant i15 2 ; [#uses=0] -@t = constant i15 -1 ; [#uses=0] +@t = constant i15 1 ; [#uses=0] @u = constant i15 0 ; [#uses=0] @o = constant i15 0 ; [#uses=0] @p = constant i15 -1 ; [#uses=0] -@v = constant i15 1 ; [#uses=0] +@v = constant i15 -1 ; [#uses=0] implementation ; Functions: diff --git a/test/Integer/a17.ll.out b/test/Integer/a17.ll.out index de851adab3..62c270e5c3 100644 --- a/test/Integer/a17.ll.out +++ b/test/Integer/a17.ll.out @@ -12,10 +12,10 @@ @n = constant i17 -2 ; [#uses=0] @q = constant i17 0 ; [#uses=0] @r = constant i17 2 ; [#uses=0] -@s = constant i17 -1 ; [#uses=0] +@s = constant i17 1 ; [#uses=0] @t = constant i17 0 ; [#uses=0] @o = constant i17 0 ; [#uses=0] @p = constant i17 -1 ; [#uses=0] -@v = constant i17 1 ; [#uses=0] +@v = constant i17 -1 ; [#uses=0] implementation ; Functions: diff --git a/test/Integer/a31.ll.out b/test/Integer/a31.ll.out index 041525d02d..fb1f52337c 100644 --- a/test/Integer/a31.ll.out +++ b/test/Integer/a31.ll.out @@ -12,10 +12,10 @@ @n = constant i31 -2 ; [#uses=0] @q = constant i31 0 ; [#uses=0] @r = constant i31 2 ; [#uses=0] -@s = constant i31 -1 ; [#uses=0] +@s = constant i31 1 ; [#uses=0] @t = constant i31 0 ; [#uses=0] @o = constant i31 0 ; [#uses=0] @p = constant i31 -1 ; [#uses=0] -@u = constant i31 3 ; [#uses=0] +@u = constant i31 -3 ; [#uses=0] implementation ; Functions: diff --git a/test/Integer/a33.ll.out b/test/Integer/a33.ll.out index ec25d52143..5be4366fea 100644 --- a/test/Integer/a33.ll.out +++ b/test/Integer/a33.ll.out @@ -12,10 +12,10 @@ @n = constant i33 -2 ; [#uses=0] @q = constant i33 0 ; [#uses=0] @r = constant i33 2 ; [#uses=0] -@s = constant i33 -1 ; [#uses=0] +@s = constant i33 1 ; [#uses=0] @t = constant i33 0 ; [#uses=0] @o = constant i33 0 ; [#uses=0] @p = constant i33 -1 ; [#uses=0] -@u = constant i33 1 ; [#uses=0] +@u = constant i33 -1 ; [#uses=0] implementation ; Functions: diff --git a/test/Integer/a63.ll.out b/test/Integer/a63.ll.out index 8fd98c7425..1f73220049 100644 --- a/test/Integer/a63.ll.out +++ b/test/Integer/a63.ll.out @@ -13,7 +13,7 @@ @q = constant i63 0 ; [#uses=0] @u = constant i63 -1 ; [#uses=0] @r = constant i63 2 ; [#uses=0] -@s = constant i63 -1 ; [#uses=0] +@s = constant i63 1 ; [#uses=0] @t = constant i63 0 ; [#uses=0] @o = constant i63 0 ; [#uses=0] @p = constant i63 -1 ; [#uses=0] diff --git a/test/Integer/a7.ll.out b/test/Integer/a7.ll.out index 2aae073f4d..6008372424 100644 --- a/test/Integer/a7.ll.out +++ b/test/Integer/a7.ll.out @@ -18,7 +18,7 @@ @u = constant i7 -64 ; [#uses=0] @v = constant i7 0 ; [#uses=0] @w = constant i7 2 ; [#uses=0] -@x = constant i7 -1 ; [#uses=0] +@x = constant i7 1 ; [#uses=0] @y = constant i7 0 ; [#uses=0] @o = constant i7 0 ; [#uses=0] @p = constant i7 -1 ; [#uses=0] diff --git a/test/Integer/a9.ll.out b/test/Integer/a9.ll.out index 963538b35f..7d25d4aa90 100644 --- a/test/Integer/a9.ll.out +++ b/test/Integer/a9.ll.out @@ -13,7 +13,7 @@ @q = constant i9 0 ; [#uses=0] @r = constant i9 255 ; [#uses=0] @s = constant i9 0 ; [#uses=0] -@t = constant i9 -1 ; [#uses=0] +@t = constant i9 1 ; [#uses=0] @o = constant i9 0 ; [#uses=0] @p = constant i9 -1 ; [#uses=0] -- cgit v1.2.3