diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/args-04.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/SystemZ/args-07.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SystemZ/args-04.ll b/llvm/test/CodeGen/SystemZ/args-04.ll index 48a2cf49104..475cceb106e 100644 --- a/llvm/test/CodeGen/SystemZ/args-04.ll +++ b/llvm/test/CodeGen/SystemZ/args-04.ll @@ -1,7 +1,7 @@ ; Test incoming GPR, FPR and stack arguments when no extension type is given. ; This type of argument is used for passing structures, etc. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -verify-machineinstrs | FileCheck %s ; Do some arithmetic so that we can see the register being used. define i8 @f1(i8 %r2) { diff --git a/llvm/test/CodeGen/SystemZ/args-07.ll b/llvm/test/CodeGen/SystemZ/args-07.ll index 29d9b319ffc..44a31fadd6d 100644 --- a/llvm/test/CodeGen/SystemZ/args-07.ll +++ b/llvm/test/CodeGen/SystemZ/args-07.ll @@ -1,6 +1,6 @@ ; Test multiple return values (LLVM ABI extension) ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -verify-machineinstrs| FileCheck %s ; Up to four integer return values fit into GPRs. define { i64, i64, i64, i64 } @f1() { |