fix indent; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 26 Mar 2015 16:55:17 +0000 (16:55 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 26 Mar 2015 16:55:17 +0000 (16:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233288 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 8b3d057043750dcfcae4133eac5df34ac4332e1f..a1c84c5cf0964a3a16cfc68056f06e87b717d2bb 100644 (file)
@@ -11979,7 +11979,7 @@ SDValue DAGCombiner::visitVECTOR_SHUFFLE(SDNode *N) {
       // We may have jumped through bitcasts, so the type of the
       // BUILD_VECTOR may not match the type of the shuffle.
       if (V->getValueType(0) != VT)
-          NewBV = DAG.getNode(ISD::BITCAST, SDLoc(N), VT, NewBV);
+        NewBV = DAG.getNode(ISD::BITCAST, SDLoc(N), VT, NewBV);
       return NewBV;
     }
   }