more space; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 15 Sep 2015 15:24:42 +0000 (15:24 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 15 Sep 2015 15:24:42 +0000 (15:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247699 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/SimplifyCFG.cpp

index 37ddc0ac862ffafd2c54f7b617225e2dfcfb9196..2c737599bce347989a8b733da3530e30de4af593 100644 (file)
@@ -227,6 +227,7 @@ static unsigned ComputeSpeculationCost(const User *I,
          "Instruction is not safe to speculatively execute!");
   return TTI.getUserCost(I);
 }
+
 /// If we have a merge point of an "if condition" as accepted above,
 /// return true if the specified value dominates the block.  We
 /// don't handle the true generality of domination here, just a special case