diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-24 22:34:10 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-24 22:34:10 +0000 |
commit | 9f992aec98e0384739baf485468dd403c790dd53 (patch) | |
tree | a5f3b03f2f6211f8db8aca4249134300ad67a14a /test/Integer/a33.ll.out | |
parent | c9fdfc8e9fbca9542077bec4ecdee65576752ae0 (diff) |
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
Diffstat (limited to 'test/Integer/a33.ll.out')
-rw-r--r-- | test/Integer/a33.ll.out | 4 |
1 files changed, 2 insertions, 2 deletions
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 ; <i33*> [#uses=0] @q = constant i33 0 ; <i33*> [#uses=0] @r = constant i33 2 ; <i33*> [#uses=0] -@s = constant i33 -1 ; <i33*> [#uses=0] +@s = constant i33 1 ; <i33*> [#uses=0] @t = constant i33 0 ; <i33*> [#uses=0] @o = constant i33 0 ; <i33*> [#uses=0] @p = constant i33 -1 ; <i33*> [#uses=0] -@u = constant i33 1 ; <i33*> [#uses=0] +@u = constant i33 -1 ; <i33*> [#uses=0] implementation ; Functions: |