aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/int-cmp-40.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/int-cmp-40.ll')
-rw-r--r--test/CodeGen/SystemZ/int-cmp-40.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/SystemZ/int-cmp-40.ll b/test/CodeGen/SystemZ/int-cmp-40.ll
index 8d9fd9a..6c179cc 100644
--- a/test/CodeGen/SystemZ/int-cmp-40.ll
+++ b/test/CodeGen/SystemZ/int-cmp-40.ll
@@ -9,7 +9,7 @@
define i64 @f1(i64 %src1) {
; CHECK: f1:
; CHECK: clghrl %r2, g
-; CHECK-NEXT: j{{g?}}l
+; CHECK-NEXT: jl
; CHECK: br %r14
entry:
%val = load i16 *@g
@@ -46,7 +46,7 @@ exit:
define i64 @f3(i64 %src1) {
; CHECK: f3:
; CHECK: clghrl %r2, g
-; CHECK-NEXT: j{{g?}}e
+; CHECK-NEXT: je
; CHECK: br %r14
entry:
%val = load i16 *@g
@@ -65,7 +65,7 @@ exit:
define i64 @f4(i64 %src1) {
; CHECK: f4:
; CHECK: clghrl %r2, g
-; CHECK-NEXT: j{{g?}}lh
+; CHECK-NEXT: jlh
; CHECK: br %r14
entry:
%val = load i16 *@g