diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/int-sub-01.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/int-sub-01.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-sub-01.ll b/llvm/test/CodeGen/SystemZ/int-sub-01.ll index ac3a5ff68b9..8d1e56ddcab 100644 --- a/llvm/test/CodeGen/SystemZ/int-sub-01.ll +++ b/llvm/test/CodeGen/SystemZ/int-sub-01.ll @@ -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() |