diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/small-arguments.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/small-arguments.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/small-arguments.ll b/llvm/test/CodeGen/PowerPC/small-arguments.ll index 3cef817689b..07f93d56308 100644 --- a/llvm/test/CodeGen/PowerPC/small-arguments.ll +++ b/llvm/test/CodeGen/PowerPC/small-arguments.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 | not grep "extsh\|rlwinm" +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep "extsh\|rlwinm" declare signext i16 @foo() |