diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/atomic-load-02.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/atomic-load-02.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/atomic-load-02.ll b/llvm/test/CodeGen/SystemZ/atomic-load-02.ll index 44e24d3cca4..7b92954bb71 100644 --- a/llvm/test/CodeGen/SystemZ/atomic-load-02.ll +++ b/llvm/test/CodeGen/SystemZ/atomic-load-02.ll @@ -6,6 +6,6 @@ define i16 @f1(i16 *%src) { ; CHECK-LABEL: f1: ; CHECK: lh %r2, 0(%r2) ; CHECK: br %r14 - %val = load atomic i16 , i16 *%src seq_cst, align 2 + %val = load atomic i16, i16 *%src seq_cst, align 2 ret i16 %val } |