[llvm-commits] [llvm] r125463 - /llvm/trunk/lib/Analysis/InstructionSimplify.cpp

Duncan Sands baldrick at free.fr
Sun Feb 13 10:11:05 PST 2011


Author: baldrick
Date: Sun Feb 13 12:11:05 2011
New Revision: 125463

URL: http://llvm.org/viewvc/llvm-project?rev=125463&view=rev
Log:
Remove pointless blank line.

Modified:
    llvm/trunk/lib/Analysis/InstructionSimplify.cpp

Modified: llvm/trunk/lib/Analysis/InstructionSimplify.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/InstructionSimplify.cpp?rev=125463&r1=125462&r2=125463&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/InstructionSimplify.cpp (original)
+++ llvm/trunk/lib/Analysis/InstructionSimplify.cpp Sun Feb 13 12:11:05 2011
@@ -1592,7 +1592,6 @@
   BinaryOperator *LBO = dyn_cast<BinaryOperator>(LHS);
   BinaryOperator *RBO = dyn_cast<BinaryOperator>(RHS);
   if (MaxRecurse && (LBO || RBO)) {
-
     // Analyze the case when either LHS or RHS is an add instruction.
     Value *A = 0, *B = 0, *C = 0, *D = 0;
     // LHS = A + B (or A and B are null); RHS = C + D (or C and D are null).





More information about the llvm-commits mailing list