diff options
Diffstat (limited to 'test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll')
-rw-r--r-- | test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll b/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll index f8e7e40..8217e8b 100644 --- a/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll +++ b/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll @@ -1,7 +1,7 @@ ; -simplifycfg is not folding blocks if there is a PHI node involved. This ; should be fixed eventually -; RUN: opt %s -simplifycfg | llvm-dis | not grep br +; RUN: opt %s -simplifycfg -S | not grep br define i32 @main(i32 %argc) { ; <label>:0 |