forked from OSchip/llvm-project
Fix testcase to run correctly, add description
llvm-svn: 4064
This commit is contained in:
parent
85068aa417
commit
84d7b61585
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue