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/a9.ll.out | |
parent | c9fdfc8e9fbca9542077bec4ecdee65576752ae0 (diff) | |
download | external_llvm-9f992aec98e0384739baf485468dd403c790dd53.zip external_llvm-9f992aec98e0384739baf485468dd403c790dd53.tar.gz external_llvm-9f992aec98e0384739baf485468dd403c790dd53.tar.bz2 |
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/a9.ll.out')
-rw-r--r-- | test/Integer/a9.ll.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Integer/a9.ll.out b/test/Integer/a9.ll.out index 963538b..7d25d4a 100644 --- a/test/Integer/a9.ll.out +++ b/test/Integer/a9.ll.out @@ -13,7 +13,7 @@ @q = constant i9 0 ; <i9*> [#uses=0] @r = constant i9 255 ; <i9*> [#uses=0] @s = constant i9 0 ; <i9*> [#uses=0] -@t = constant i9 -1 ; <i9*> [#uses=0] +@t = constant i9 1 ; <i9*> [#uses=0] @o = constant i9 0 ; <i9*> [#uses=0] @p = constant i9 -1 ; <i9*> [#uses=0] |