Fix incorrect test cases for srem. The definition of srem is a remainder so
authorReid Spencer <rspencer@reidspencer.com>
Sat, 24 Mar 2007 21:55:26 +0000 (21:55 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 24 Mar 2007 21:55:26 +0000 (21:55 +0000)
commit5957d8ffd83836b534952921e9430216ecc14978
tree7692648f6ca97ea09c7f2b07208b725d43bd1225
parent7ac2f81e49442f76e3427227fb1e300ce60fceb4
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
13 files changed:
test/Integer/a1.ll
test/Integer/a1.ll.out
test/Integer/a15.ll
test/Integer/a15.ll.out
test/Integer/a17.ll
test/Integer/a17.ll.out
test/Integer/a31.ll
test/Integer/a31.ll.out
test/Integer/a33.ll
test/Integer/a33.ll.out
test/Integer/a63.ll.out
test/Integer/a7.ll.out
test/Integer/a9.ll.out