From e120a76944f40d99061ced8c85566c040c4bf086 Mon Sep 17 00:00:00 2001 From: Louis Gerbarg Date: Thu, 31 Jul 2014 22:57:46 +0000 Subject: [PATCH] White space fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214455 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.40.0