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 c7a9a98..dc6b271 100644 --- a/test/CodeGen/SystemZ/atomic-load-04.ll +++ b/test/CodeGen/SystemZ/atomic-load-04.ll @@ -7,6 +7,6 @@ define i64 @f1(i64 *%src) { ; CHECK: bcr 1{{[45]}}, %r0 ; CHECK: lg %r2, 0(%r2) ; CHECK: br %r14 - %val = load atomic i64 *%src seq_cst, align 8 + %val = load atomic i64 , i64 *%src seq_cst, align 8 ret i64 %val } |