aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/relooper/test2.txt')
-rw-r--r--src/relooper/test2.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/relooper/test2.txt b/src/relooper/test2.txt
index c77ce491..a847e806 100644
--- a/src/relooper/test2.txt
+++ b/src/relooper/test2.txt
@@ -1,12 +1,11 @@
ep
-do {
- if (ep -> LBB1) {
- LBB1
- if (!(LBB1 -> LBB2)) {
- break;
- }
- LBB2
+L1:
+if (ep -> LBB1) {
+ LBB1
+ if (!(LBB1 -> LBB2)) {
+ break L1;
}
-} while(0);
+ LBB2
+}
LBB3