Added information about 'nothing' to control flow graph

This commit is contained in:
svtk
2011-10-12 15:07:11 +04:00
parent 240ed30c2f
commit 06a7fa1f16
14 changed files with 914 additions and 885 deletions
+2 -2
View File
@@ -136,9 +136,9 @@ fun tf() : Int {
}
fun failtest(a : Int) : Int {
<error>if (fail() || true) {
if (fail() || <error>true</error>) {
}</error>
}
<error>return 1</error>
}