diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll b/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll index f3844f7328e..98453703da8 100644 --- a/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll +++ b/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge.ll @@ -1,6 +1,6 @@ ; Test merging of blocks that only have PHI nodes in them ; -; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep N: +; RUN: opt %s -simplifycfg | llvm-dis | not grep N: ; define i32 @test(i1 %a, i1 %b) { |