djrieger / mjplusplus

A compiler for the MiniJava language
http://djrieger.github.io/mjplusplus/doc/doxygen/html/
6 stars 1 forks source link

Fix error with void methods that have an explicit return; #63

Closed BigPeet closed 9 years ago

BigPeet commented 9 years ago

If a method has a return or is void without a return statement, the graphs are correctly created. If a void method has an explicit return at the end of the function, then it created 2 Return-Nodes.