diff options
Diffstat (limited to 'test/CodeGen/SystemZ/atomic-store-04.ll')
| -rw-r--r-- | test/CodeGen/SystemZ/atomic-store-04.ll | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/SystemZ/atomic-store-04.ll b/test/CodeGen/SystemZ/atomic-store-04.ll deleted file mode 100644 index 7f2406eb5468..000000000000 --- a/test/CodeGen/SystemZ/atomic-store-04.ll +++ /dev/null @@ -1,12 +0,0 @@ -; Test 64-bit atomic stores. -; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s - -define void @f1(i64 %val, i64 *%src) { -; CHECK-LABEL: f1: -; CHECK: stg %r2, 0(%r3) -; CHECK: bcr 1{{[45]}}, %r0 -; CHECK: br %r14 - store atomic i64 %val, i64 *%src seq_cst, align 8 - ret void -} |
