summaryrefslogtreecommitdiff
path: root/src/relooper/test_debug.txt
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-21 14:47:12 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-06-21 14:47:31 -0700
commitfb9b76bd934414969e90b75671fd4c64bf689246 (patch)
treec298e79654ed3da9cff4c456a61a352da13c5845 /src/relooper/test_debug.txt
parentab52273a5dd207187a2959a3f1e08c4196665bcc (diff)
reduce indentation in relooper1.5.1
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