summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/int-add-02.ll
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-07-19 16:26:39 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-07-19 16:26:39 +0000
commitdc05e0bff67f818e615a47e831ff92d65ee0ac64 (patch)
treeed94e28409cb295ebd1c0c2a26ba48dab3d90ce8 /test/CodeGen/SystemZ/int-add-02.ll
parent52b2774577e07fbf804e4d647119578df4111f21 (diff)
[SystemZ] Add ARK, AGRK, SRK and SGRK
The testsuite changes follow the same lines as for r186683. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ/int-add-02.ll')
-rw-r--r--test/CodeGen/SystemZ/int-add-02.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/int-add-02.ll b/test/CodeGen/SystemZ/int-add-02.ll
index 0d4c8ce7a02..4386b5a4d49 100644
--- a/test/CodeGen/SystemZ/int-add-02.ll
+++ b/test/CodeGen/SystemZ/int-add-02.ll
@@ -1,6 +1,7 @@
; Test 32-bit addition 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()