[SystemZ] Add NRK, ORK and XRK
[oota-llvm.git] / test / CodeGen / SystemZ / atomicrmw-and-03.ll
index dd02828ad835e9fe44f5ffa1efa599a6b51aa8f1..6c7ba23e1b921ca91aa58705c686035db54ca8d9 100644 (file)
@@ -1,6 +1,6 @@
 ; Test 32-bit atomic ANDs.
 ;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
 
 ; Check ANDs of a variable.
 define i32 @f1(i32 %dummy, i32 *%src, i32 %b) {