more space; NFC
[oota-llvm.git] / 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