diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64le-smallarg.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64le-smallarg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64le-smallarg.ll b/llvm/test/CodeGen/PowerPC/ppc64le-smallarg.ll index 070a617ffe4..0e871c35886 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64le-smallarg.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64le-smallarg.ll @@ -1,7 +1,7 @@ ; Verify that small structures and float arguments are passed in the ; least significant part of a stack slot doubleword. -; RUN: llc < %s | FileCheck %s +; RUN: llc -verify-machineinstrs < %s | FileCheck %s target datalayout = "e-m:e-i64:64-n32:64" target triple = "powerpc64le-unknown-linux-gnu" |