Skip to content

Commit

Permalink
[fix] bypassHoisting: bypasses were not rewritten under apply nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Gatien-Baron committed Jun 24, 2011
1 parent 97f2e43 commit 4a0cb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmlpasses/pass_BypassApply.ml
Expand Up @@ -64,7 +64,7 @@ let process_code gamma annotmap code =
if e == e' && el == el' then if e == e' && el == el' then
annotmap, input_e annotmap, input_e
else else
annotmap, Q.Apply (label,e,el) annotmap, Q.Apply (label,e',el')
| _ -> | _ ->
tra annotmap e tra annotmap e
) )
Expand Down

0 comments on commit 4a0cb84

Please sign in to comment.