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