diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/args-07.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/args-07.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |