diff options
Diffstat (limited to 'test/CodeGen/SystemZ/atomic-store-02.ll')
-rw-r--r-- | test/CodeGen/SystemZ/atomic-store-02.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/atomic-store-02.ll b/test/CodeGen/SystemZ/atomic-store-02.ll index c761714..42d6695 100644 --- a/test/CodeGen/SystemZ/atomic-store-02.ll +++ b/test/CodeGen/SystemZ/atomic-store-02.ll @@ -5,7 +5,7 @@ ; This is just a placeholder to make sure that stores are handled. ; The CS-based sequence is probably far too conservative. define void @f1(i16 %val, i16 *%src) { -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: cs ; CHECK: br %r14 store atomic i16 %val, i16 *%src seq_cst, align 2 |