Abort on an unrecognized opcode.
[oota-llvm.git] / test / Integer / a17.ll
index a83b2000d868785d15ff8d6ba311d710719f4d74..db03e7c6be0d3fc88dfa2f11efd110a619a09e2e 100644 (file)
@@ -13,9 +13,7 @@
 @h = constant i17 shl(i17 1 , i17 17)
 @i = constant i17 shl(i17 1 , i17 16)
 @j = constant i17 lshr(i17 131071 , i17 16)
-@k = constant i17 lshr(i17 131071 , i17 17)
 @l = constant i17 ashr(i17 131071 , i17 16)
-@m = constant i17 ashr(i17 131071 , i17 17)
 
 @n = constant i17 mul(i17 131071, i17 2) 
 @q = constant i17 sdiv(i17 -1,    i17 65535)
@@ -24,3 +22,4 @@
 @t = constant i17 urem(i17 131071,i17 -1)
 @o = constant i17 trunc( i18 131072  to i17 )
 @p = constant i17 trunc( i18 131071  to i17 )
+@v = constant i17 srem(i17  -1,    i17 15)