diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/func-addr.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/func-addr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/func-addr.ll b/llvm/test/CodeGen/PowerPC/func-addr.ll index 4533c6258a5..0c4d63e2230 100644 --- a/llvm/test/CodeGen/PowerPC/func-addr.ll +++ b/llvm/test/CodeGen/PowerPC/func-addr.ll @@ -1,5 +1,5 @@ -; RUN: llc -mtriple powerpc64-linux < %s | FileCheck %s -; RUN: llc -O0 -mtriple powerpc64-linux < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple powerpc64-linux < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -O0 -mtriple powerpc64-linux < %s | FileCheck %s define void @foo() { ret void |