Fix formatting fail
authorHanjoung Lee <hanjoung.lee@samsung.com>
Tue, 25 Apr 2017 05:51:14 +0000 (14:51 +0900)
committerHanjoung Lee <hanjoung.lee@samsung.com>
Tue, 25 Apr 2017 05:51:14 +0000 (14:51 +0900)
src/jit/lsra.cpp

index 2a90c36..3718ddf 100644 (file)
@@ -4701,7 +4701,9 @@ void LinearScan::buildIntervals()
         for (BasicBlock* succ : block->GetAllSuccs(compiler))
         {
             if (VarSetOps::IsEmpty(compiler, expUseSet))
+            {
                 break;
+            }
 
             if (isBlockVisited(succ))
             {