From fd2836ac5ff02cdd88c95c2e9d46c104b19406ec Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 7 Oct 2002 20:25:45 +0000 Subject: [PATCH] Fix testcase to run correctly, add description git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4064 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../CorrelatedExprs/2002-10-07-DominatorProblem.ll | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/Transforms/CorrelatedExprs/2002-10-07-DominatorProblem.ll b/test/Transforms/CorrelatedExprs/2002-10-07-DominatorProblem.ll index a8dd1687925..c5f52aa4408 100644 --- a/test/Transforms/CorrelatedExprs/2002-10-07-DominatorProblem.ll +++ b/test/Transforms/CorrelatedExprs/2002-10-07-DominatorProblem.ll @@ -1,4 +1,7 @@ - +; RUN: as < %s | opt -cee +; +; The 'cee' pass is breaking SSA form when it blindly forwards the branch from +; Eq to branch to "Forwarded" instead. implementation