Bugfix: if the last case of a switch did not have a break (or any
commit733976ac5f6810d34d6ad8708cab4ba03428061b
authorVincent St-Amour <stamourv@iro.umontreal.ca>
Fri, 24 Apr 2009 22:15:49 +0000 (24 18:15 -0400)
committerVincent St-Amour <stamourv@iro.umontreal.ca>
Fri, 24 Apr 2009 22:15:49 +0000 (24 18:15 -0400)
treede4f0a5882224c8b75af140daf67b82a7e4b2fa4
parentc682aab612f3c92e763740c018e7580e18d451d0
Bugfix: if the last case of a switch did not have a break (or any
other find of jump), dead code elimination would fail.
cfg.scm
six-comp.scm