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 e04c89aebcc..b2cc1431ebd 100644 --- a/llvm/test/CodeGen/PowerPC/hidden-vis.ll +++ b/llvm/test/CodeGen/PowerPC/hidden-vis.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin9 | not grep non_lazy_ptr +; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | not grep non_lazy_ptr @x = weak hidden global i32 0 ; <i32*> [#uses=1] |

