diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/atomicrmw-xor-03.ll')
| -rw-r--r-- | llvm/test/CodeGen/SystemZ/atomicrmw-xor-03.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/atomicrmw-xor-03.ll b/llvm/test/CodeGen/SystemZ/atomicrmw-xor-03.ll index 292de3642bc..05754e7a0ee 100644 --- a/llvm/test/CodeGen/SystemZ/atomicrmw-xor-03.ll +++ b/llvm/test/CodeGen/SystemZ/atomicrmw-xor-03.ll @@ -1,6 +1,6 @@ ; Test 32-bit atomic XORs. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s ; Check XORs of a variable. define i32 @f1(i32 %dummy, i32 *%src, i32 %b) { |

