diff options
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) { |