[mips][msa] Correct pattern for LSA
[oota-llvm.git] / test / CodeGen / SystemZ / int-sub-01.ll
index ac3a5ff68b9a9bf2ee3687453f6cef14abe9122e..8d1e56ddcabab18586a5f6a59dda364587c1e48c 100644 (file)
@@ -1,6 +1,7 @@
 ; Test 32-bit subtraction.
 ;
-; 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()