[llvm] r214455 - White space fix.

Louis Gerbarg lgg at apple.com
Thu Jul 31 15:57:46 PDT 2014


Author: louis
Date: Thu Jul 31 17:57:46 2014
New Revision: 214455

URL: http://llvm.org/viewvc/llvm-project?rev=214455&view=rev
Log:
White space fix.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp?rev=214455&r1=214454&r2=214455&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp Thu Jul 31 17:57:46 2014
@@ -11185,7 +11185,7 @@ bool DAGCombiner::SimplifySelectOps(SDNo
     // but the new load must be the minimum (most restrictive) alignment of the
     // inputs.
     bool isInvariant = LLD->getAlignment() & RLD->getAlignment();
-    unsigned Alignment = std::min(LLD->getAlignment(),RLD->getAlignment());
+    unsigned Alignment = std::min(LLD->getAlignment(), RLD->getAlignment());
     if (LLD->getExtensionType() == ISD::NON_EXTLOAD) {
       Load = DAG.getLoad(TheSelect->getValueType(0),
                          SDLoc(TheSelect),





More information about the llvm-commits mailing list