diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-19 16:26:39 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-19 16:26:39 +0000 |
commit | c575df6dccd66e26b4cede8d06c8b195d7525f30 (patch) | |
tree | 9b5563dcad8274e12021af14ea1452c570964ba9 /llvm/test/CodeGen/SystemZ/atomicrmw-add-04.ll | |
parent | c57e586792504cb7582dbfbc77d8ae746a02e285 (diff) | |
download | bcm5719-llvm-c575df6dccd66e26b4cede8d06c8b195d7525f30.tar.gz bcm5719-llvm-c575df6dccd66e26b4cede8d06c8b195d7525f30.zip |
[SystemZ] Add ARK, AGRK, SRK and SGRK
The testsuite changes follow the same lines as for r186683.
llvm-svn: 186686
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/atomicrmw-add-04.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/atomicrmw-add-04.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/atomicrmw-add-04.ll b/llvm/test/CodeGen/SystemZ/atomicrmw-add-04.ll index f3814f20abe..3b5c0d0b95f 100644 --- a/llvm/test/CodeGen/SystemZ/atomicrmw-add-04.ll +++ b/llvm/test/CodeGen/SystemZ/atomicrmw-add-04.ll @@ -1,6 +1,6 @@ ; Test 64-bit atomic additions. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s ; Check addition of a variable. define i64 @f1(i64 %dummy, i64 *%src, i64 %b) { |