White space fix.
authorLouis Gerbarg <lgg@apple.com>
Thu, 31 Jul 2014 22:57:46 +0000 (22:57 +0000)
committerLouis Gerbarg <lgg@apple.com>
Thu, 31 Jul 2014 22:57:46 +0000 (22:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214455 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 4506eac624a885daacfbfa1ddbde869eb798e531..445b4e0204306e3f6363db2e0337ce361a3028a7 100644 (file)
@@ -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),