diff options
Diffstat (limited to 'test/CodeGen/SystemZ/atomic-load-04.ll')
-rw-r--r-- | test/CodeGen/SystemZ/atomic-load-04.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/atomic-load-04.ll b/test/CodeGen/SystemZ/atomic-load-04.ll index 9593d35fef0ce..92cac406e2003 100644 --- a/test/CodeGen/SystemZ/atomic-load-04.ll +++ b/test/CodeGen/SystemZ/atomic-load-04.ll @@ -5,7 +5,7 @@ ; This is just a placeholder to make sure that loads are handled. ; Using CSG is probably too conservative. define i64 @f1(i64 %dummy, i64 *%src) { -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: lghi %r2, 0 ; CHECK: csg %r2, %r2, 0(%r3) ; CHECK: br %r14 |