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 21aba702ee
commit 0d8fa625ea

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