diff options
Diffstat (limited to 'test/Transforms/CorrelatedExprs/nullpointer.ll')
-rw-r--r-- | test/Transforms/CorrelatedExprs/nullpointer.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CorrelatedExprs/nullpointer.ll b/test/Transforms/CorrelatedExprs/nullpointer.ll index ff4a3bd658..8f3402b5f4 100644 --- a/test/Transforms/CorrelatedExprs/nullpointer.ll +++ b/test/Transforms/CorrelatedExprs/nullpointer.ll @@ -1,7 +1,7 @@ ; a load or store of a pointer indicates that the pointer is not null. ; Any succeeding uses of the pointer should get this info -; RUN: as < %s | opt -cee -instcombine -simplifycfg | dis | not grep br +; RUN: llvm-as < %s | opt -cee -instcombine -simplifycfg | llvm-dis | not grep br implementation ; Functions: |