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
This commit is contained in:
Reid Spencer
2007-03-24 21:55:26 +00:00
parent 7ac2f81e49
commit 5957d8ffd8
13 changed files with 19 additions and 9 deletions

View File

@@ -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]