aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test_debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/relooper/test_debug.txt')
-rw-r--r--src/relooper/test_debug.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/relooper/test_debug.txt b/src/relooper/test_debug.txt
index d18ed875..4a42e642 100644
--- a/src/relooper/test_debug.txt
+++ b/src/relooper/test_debug.txt
@@ -116,13 +116,13 @@ int main() {
// Fusing Multiple to Simple
ep
do {
- if (ep -> LBB1) {
- LBB1
- if (!(LBB1 -> LBB2)) {
- break;
- }
- LBB2
+ if (ep -> LBB1) {
+ LBB1
+ if (!(LBB1 -> LBB2)) {
+ break;
}
+ LBB2
+ }
} while(0);
LBB3