[llvm] r247699 - more space; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 08:24:42 PDT 2015


Author: spatel
Date: Tue Sep 15 10:24:42 2015
New Revision: 247699

URL: http://llvm.org/viewvc/llvm-project?rev=247699&view=rev
Log:
more space; NFC

Modified:
    llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp

Modified: llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp?rev=247699&r1=247698&r2=247699&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp Tue Sep 15 10:24:42 2015
@@ -227,6 +227,7 @@ static unsigned ComputeSpeculationCost(c
          "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




More information about the llvm-commits mailing list