diff options
Diffstat (limited to 'test/Transforms/CorrelatedExprs/branchtest.ll')
-rw-r--r-- | test/Transforms/CorrelatedExprs/branchtest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CorrelatedExprs/branchtest.ll b/test/Transforms/CorrelatedExprs/branchtest.ll index c431cb4c03..cfc45172df 100644 --- a/test/Transforms/CorrelatedExprs/branchtest.ll +++ b/test/Transforms/CorrelatedExprs/branchtest.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -cee -simplifycfg | dis | not grep 'REMOVE' +; RUN: llvm-as < %s | opt -cee -simplifycfg | llvm-dis | not grep 'REMOVE' implementation |