diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/fp-add-03.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/fp-add-03.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/fp-add-03.ll b/llvm/test/CodeGen/SystemZ/fp-add-03.ll index 13ffb023b6f..cb4042eee47 100644 --- a/llvm/test/CodeGen/SystemZ/fp-add-03.ll +++ b/llvm/test/CodeGen/SystemZ/fp-add-03.ll @@ -4,7 +4,7 @@ ; There is no memory form of 128-bit addition. define void @f1(fp128 *%ptr, float %f2) { -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: lxebr %f0, %f0 ; CHECK: ld %f1, 0(%r2) ; CHECK: ld %f3, 8(%r2) |