diff options
Diffstat (limited to 'test/CodeGen/SystemZ/fp-sqrt-03.ll')
-rw-r--r-- | test/CodeGen/SystemZ/fp-sqrt-03.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/fp-sqrt-03.ll b/test/CodeGen/SystemZ/fp-sqrt-03.ll index 1b49af41254f7..71426440aca3b 100644 --- a/test/CodeGen/SystemZ/fp-sqrt-03.ll +++ b/test/CodeGen/SystemZ/fp-sqrt-03.ll @@ -6,7 +6,7 @@ declare fp128 @llvm.sqrt.f128(fp128 %f) ; There's no memory form of SQXBR. define void @f1(fp128 *%ptr) { -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: ld %f0, 0(%r2) ; CHECK: ld %f2, 8(%r2) ; CHECK: sqxbr %f0, %f0 |