diff options
Diffstat (limited to 'test/CodeGen/SystemZ/fp-const-07.ll')
-rw-r--r-- | test/CodeGen/SystemZ/fp-const-07.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/fp-const-07.ll b/test/CodeGen/SystemZ/fp-const-07.ll index 5a108452a8e09..87e8f68b372f9 100644 --- a/test/CodeGen/SystemZ/fp-const-07.ll +++ b/test/CodeGen/SystemZ/fp-const-07.ll @@ -5,7 +5,7 @@ ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST define void @f1(fp128 *%x) { -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: larl [[REGISTER:%r[1-5]+]], {{.*}} ; CHECK: lxdb %f0, 0([[REGISTER]]) ; CHECK: std %f0, 0(%r2) |