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
diff --git a/test/Integer/a15.ll b/test/Integer/a15.ll
index 3fc4b1a..5c9dc3b 100644
--- a/test/Integer/a15.ll
+++ b/test/Integer/a15.ll
@@ -23,4 +23,5 @@
@u = constant i15 urem(i15 32767,i15 -1)
@o = constant i15 trunc( i16 32768 to i15 )
@p = constant i15 trunc( i16 32767 to i15 )
+@v = constant i15 srem(i15 -1, i15 768)