diff options
Diffstat (limited to 'test/CodeGen/SystemZ/fp-conv-09.ll')
| -rw-r--r-- | test/CodeGen/SystemZ/fp-conv-09.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/SystemZ/fp-conv-09.ll b/test/CodeGen/SystemZ/fp-conv-09.ll index e3c0352cf84e..6aee73644a16 100644 --- a/test/CodeGen/SystemZ/fp-conv-09.ll +++ b/test/CodeGen/SystemZ/fp-conv-09.ll @@ -4,7 +4,7 @@ ; Test f32->i32. define i32 @f1(float %f) { -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: cfebr %r2, 5, %f0 ; CHECK: br %r14 %conv = fptosi float %f to i32 @@ -13,7 +13,7 @@ define i32 @f1(float %f) { ; Test f64->i32. define i32 @f2(double %f) { -; CHECK: f2: +; CHECK-LABEL: f2: ; CHECK: cfdbr %r2, 5, %f0 ; CHECK: br %r14 %conv = fptosi double %f to i32 @@ -22,7 +22,7 @@ define i32 @f2(double %f) { ; Test f128->i32. define i32 @f3(fp128 *%src) { -; CHECK: f3: +; CHECK-LABEL: f3: ; CHECK: ld %f0, 0(%r2) ; CHECK: ld %f2, 8(%r2) ; CHECK: cfxbr %r2, 5, %f0 |
