diff --git a/test/Integer/a7.ll b/test/Integer/a7.ll index aedf55a8d54..b0acefae8db 100644 --- a/test/Integer/a7.ll +++ b/test/Integer/a7.ll @@ -19,6 +19,7 @@ %k = constant i7 lshr(i7 127 , i8 7) %l = constant i7 ashr(i7 127 , i8 6) %m = constant i7 ashr(i7 127 , i8 7) +%m2= constant i7 ashr(i7 -1 , i8 3) %n = constant i7 mul(i7 127, i7 2) %t = constant i7 mul(i7 -63, i7 -2) diff --git a/test/Integer/a7.ll.out b/test/Integer/a7.ll.out index ea242a61c3d..327a3315f5d 100644 --- a/test/Integer/a7.ll.out +++ b/test/Integer/a7.ll.out @@ -14,6 +14,7 @@ %k = constant i7 0 ; [#uses=0] %l = constant i7 -1 ; [#uses=0] %m = constant i7 -1 ; [#uses=0] +%m2 = constant i7 -1 ; [#uses=0] %n = constant i7 -2 ; [#uses=0] %t = constant i7 -2 ; [#uses=0] %u = constant i7 -64 ; [#uses=0]