From: Louis Gerbarg Date: Thu, 31 Jul 2014 22:57:46 +0000 (+0000) Subject: White space fix. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e120a76944f40d99061ced8c85566c040c4bf086;p=oota-llvm.git White space fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214455 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 4506eac624a..445b4e02043 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -11185,7 +11185,7 @@ bool DAGCombiner::SimplifySelectOps(SDNode *TheSelect, SDValue LHS, // 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),