Remove extraneous vertical whitespace before Eric gets the wrong idea ;-)
authorChris Lattner <sabre@nondot.org>
Thu, 10 Jul 2008 16:49:53 +0000 (16:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Jul 2008 16:49:53 +0000 (16:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53411 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index 4225ada887f6897657ce0094326a94768071f301..fc626eebbd44e83258f72b794f6476ee727dd0bc 100644 (file)
@@ -3402,7 +3402,6 @@ SDOperand PPCTargetLowering::LowerBUILD_VECTOR(SDOperand Op,
       SDOperand Res = BuildSplatI(SextVal >> 1, SplatSize, MVT::Other, DAG);
       Res = DAG.getNode(ISD::ADD, Res.getValueType(), Res, Res);
       return DAG.getNode(ISD::BIT_CONVERT, Op.getValueType(), Res);
-
     }
     
     // If this is 0x8000_0000 x 4, turn into vspltisw + vslw.  If it is