Pseudocode: Track PSI elements which correspond to jump instructions

This commit is contained in:
Alexey Sedunov
2014-04-07 17:41:55 +04:00
parent 103165d674
commit 3952a121fb
15 changed files with 135 additions and 119 deletions
@@ -5,7 +5,7 @@ class C {
@a {
<!NOT_A_LOOP_LABEL!>break@f<!>
break
break@b
<!UNREACHABLE_CODE!>break@b<!>
<!NOT_A_LOOP_LABEL!>break@a<!>
})
@@ -15,7 +15,7 @@ class C {
@a {
<!NOT_A_LOOP_LABEL!>continue@f<!>
continue
continue@b
<!UNREACHABLE_CODE!>continue@b<!>
<!NOT_A_LOOP_LABEL!>continue@a<!>
})
@@ -82,4 +82,4 @@ class C {
}
a<!UNSAFE_CALL!>.<!>compareTo("2")
}
}
}