From: Chris Lattner Date: Mon, 7 Oct 2002 20:25:45 +0000 (+0000) Subject: Fix testcase to run correctly, add description X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fd2836ac5ff02cdd88c95c2e9d46c104b19406ec;p=oota-llvm.git Fix testcase to run correctly, add description git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4064 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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