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 | c10869bb57cbfe508e81340fffda802ed3615be5 (patch) | |
tree | 89fae47be7dec60c6194e5a8adcbbe31b255d70c /llvm/test/Integer/a63.ll.out | |
parent | 806ad6afb8693368a78290fbe9a5b931df8da0d1 (diff) | |
download | bcm5719-llvm-c10869bb57cbfe508e81340fffda802ed3615be5.tar.gz bcm5719-llvm-c10869bb57cbfe508e81340fffda802ed3615be5.zip |
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.
llvm-svn: 35304
Diffstat (limited to 'llvm/test/Integer/a63.ll.out')
-rw-r--r-- | llvm/test/Integer/a63.ll.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Integer/a63.ll.out b/llvm/test/Integer/a63.ll.out index 8fd98c7425c..1f732200499 100644 --- a/llvm/test/Integer/a63.ll.out +++ b/llvm/test/Integer/a63.ll.out @@ -13,7 +13,7 @@ @q = constant i63 0 ; <i63*> [#uses=0] @u = constant i63 -1 ; <i63*> [#uses=0] @r = constant i63 2 ; <i63*> [#uses=0] -@s = constant i63 -1 ; <i63*> [#uses=0] +@s = constant i63 1 ; <i63*> [#uses=0] @t = constant i63 0 ; <i63*> [#uses=0] @o = constant i63 0 ; <i63*> [#uses=0] @p = constant i63 -1 ; <i63*> [#uses=0] |