mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user