Forgot to add testcase for r198590
[oota-llvm.git] / test / CodeGen / SystemZ / xor-01.ll
index f9ba2eb65e784a5579d88a910f192fe155d04cad..185d6bb0a75412197a7aec92f3059e53e0673016 100644 (file)
@@ -1,6 +1,7 @@
 ; Test 32-bit XORs in which the second operand is variable.
 ;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | FileCheck %s
 
 declare i32 @foo()