From 09b8cdee128ad787670f6619eb45f70b16529b9e Mon Sep 17 00:00:00 2001 From: Louis Gerbarg Date: Thu, 31 Jul 2014 22:57:46 +0000 Subject: [PATCH] White space fix. llvm-svn: 214455 --- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 4506eac..445b4e0 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/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.7.4