diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/int-add-05.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/int-add-05.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-add-05.ll b/llvm/test/CodeGen/SystemZ/int-add-05.ll index 4f39a2d4dec..a05fdd9059c 100644 --- a/llvm/test/CodeGen/SystemZ/int-add-05.ll +++ b/llvm/test/CodeGen/SystemZ/int-add-05.ll @@ -1,6 +1,7 @@ ; Test 64-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 i64 @foo() |