diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/fp-sub-03.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/fp-sub-03.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/fp-sub-03.ll b/llvm/test/CodeGen/SystemZ/fp-sub-03.ll index 82bb94dd28b..a1404c4ff0e 100644 --- a/llvm/test/CodeGen/SystemZ/fp-sub-03.ll +++ b/llvm/test/CodeGen/SystemZ/fp-sub-03.ll @@ -4,7 +4,7 @@ ; There is no memory form of 128-bit subtraction. 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) |