summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/int-cmp-12.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/int-cmp-12.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/int-cmp-12.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-cmp-12.ll b/llvm/test/CodeGen/SystemZ/int-cmp-12.ll
index 0288730c3a8..74d16cc251f 100644
--- a/llvm/test/CodeGen/SystemZ/int-cmp-12.ll
+++ b/llvm/test/CodeGen/SystemZ/int-cmp-12.ll
@@ -7,7 +7,7 @@
define double @f1(double %a, double %b, i64 %i1) {
; CHECK: f1:
; CHECK: clgfi %r2, 1
-; CHECK-NEXT: j{{g?}}h
+; CHECK-NEXT: jh
; CHECK: ldr %f0, %f2
; CHECK: br %r14
%cond = icmp ugt i64 %i1, 1
@@ -19,7 +19,7 @@ define double @f1(double %a, double %b, i64 %i1) {
define double @f2(double %a, double %b, i64 %i1) {
; CHECK: f2:
; CHECK: clgfi %r2, 4294967295
-; CHECK-NEXT: j{{g?}}l
+; CHECK-NEXT: jl
; CHECK: ldr %f0, %f2
; CHECK: br %r14
%cond = icmp ult i64 %i1, 4294967295
@@ -31,7 +31,7 @@ define double @f2(double %a, double %b, i64 %i1) {
define double @f3(double %a, double %b, i64 %i1) {
; CHECK: f3:
; CHECK: clgr %r2,
-; CHECK-NEXT: j{{g?}}l
+; CHECK-NEXT: jl
; CHECK: ldr %f0, %f2
; CHECK: br %r14
%cond = icmp ult i64 %i1, 4294967296
OpenPOWER on IntegriCloud