MontysCoconut / moco

The Monty to LLVM compiler
http://www.informatik.uni-bremen.de/monty/
GNU General Public License v3.0
10 stars 5 forks source link

Fix ControlFlowVisitor bug #26

Closed skuzzle closed 8 years ago

skuzzle commented 8 years ago

The following code fragment would not have been marked illegal by the current ControlFlowVisitor though there is no return in the else branch:

String foo(Bool cond):
    if cond:
        return "a"