summaryrefslogtreecommitdiff
path: root/test/Integer/a17.ll.out
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-24 21:55:26 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-24 21:55:26 +0000
commit5957d8ffd83836b534952921e9430216ecc14978 (patch)
tree7692648f6ca97ea09c7f2b07208b725d43bd1225 /test/Integer/a17.ll.out
parent7ac2f81e49442f76e3427227fb1e300ce60fceb4 (diff)
downloadllvm-5957d8ffd83836b534952921e9430216ecc14978.tar.gz
llvm-5957d8ffd83836b534952921e9430216ecc14978.tar.bz2
llvm-5957d8ffd83836b534952921e9430216ecc14978.tar.xz
Fix incorrect test cases for srem. The definition of srem is a remainder so
that the sign of the result follows the sign of the divisor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer/a17.ll.out')
-rw-r--r--test/Integer/a17.ll.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Integer/a17.ll.out b/test/Integer/a17.ll.out
index 3edb5ac01d..de851adab3 100644
--- a/test/Integer/a17.ll.out
+++ b/test/Integer/a17.ll.out
@@ -12,9 +12,10 @@
@n = constant i17 -2 ; <i17*> [#uses=0]
@q = constant i17 0 ; <i17*> [#uses=0]
@r = constant i17 2 ; <i17*> [#uses=0]
-@s = constant i17 1 ; <i17*> [#uses=0]
+@s = constant i17 -1 ; <i17*> [#uses=0]
@t = constant i17 0 ; <i17*> [#uses=0]
@o = constant i17 0 ; <i17*> [#uses=0]
@p = constant i17 -1 ; <i17*> [#uses=0]
+@v = constant i17 1 ; <i17*> [#uses=0]
implementation ; Functions: