Fix testcase to run correctly, add description

llvm-svn: 4064
This commit is contained in:
Chris Lattner 2002-10-07 20:25:45 +00:00
parent 85068aa417
commit 84d7b61585
1 changed files with 4 additions and 1 deletions

View File

@ -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