diff options
Diffstat (limited to 'test/Transforms/CorrelatedExprs/nullpointer.ll')
-rw-r--r-- | test/Transforms/CorrelatedExprs/nullpointer.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/CorrelatedExprs/nullpointer.ll b/test/Transforms/CorrelatedExprs/nullpointer.ll index fdb561eefa..bec083a093 100644 --- a/test/Transforms/CorrelatedExprs/nullpointer.ll +++ b/test/Transforms/CorrelatedExprs/nullpointer.ll @@ -1,6 +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 - +; +; XFAIL: * ; RUN: llvm-as < %s | opt -cee -instcombine -simplifycfg | llvm-dis | not grep br implementation ; Functions: |