Commit eeae2e23 authored by Manuel Nischler's avatar Manuel Nischler
Browse files

Add multiple return of IR to known issues section

parent e7a49960
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -108,6 +108,8 @@ contains 13 shift-/reduce conflicts
Long if and while conditions need additional parenthesis to work correct, else there may be some precedence conflicts
        (for example test/integration/dijkstra line 51)

In the IR sometimes two return statements are listed after each other - for example test/integration/slowsort, function i_slowsort

### cfg.c:
Empty basic blocks (for example test/integration/nonsense, function isOne), due to basic block containing only a label