diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/hidden-vis.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/hidden-vis.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/hidden-vis.ll b/llvm/test/CodeGen/PowerPC/hidden-vis.ll index bcb6723402b..f3b73b35911 100644 --- a/llvm/test/CodeGen/PowerPC/hidden-vis.ll +++ b/llvm/test/CodeGen/PowerPC/hidden-vis.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | not grep non_lazy_ptr +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin9 | not grep non_lazy_ptr @x = weak hidden global i32 0 ; <i32*> [#uses=1] |