diff --git a/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll b/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll index 7ca058ffb8c..aa24bfbc599 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: if as < %s | opt -sccp | dis | grep br +; RUN: if as < %s | opt -simplifycfg | dis | grep br ; RUN: then exit 1 ; RUN: else exit 0 ; RUN: fi