Fix bad indentation in r178276
authorHal Finkel <hfinkel@anl.gov>
Thu, 28 Mar 2013 19:43:12 +0000 (19:43 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 28 Mar 2013 19:43:12 +0000 (19:43 +0000)
Thanks to Bill Schmidt for pointing this out!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178280 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index eba762f3b220bd3c91c06e29ce54d836b7a0d63a..e8b94bca6802d344584c17ef667a0190d3eb5aad 100644 (file)
@@ -6642,8 +6642,7 @@ SDValue PPCTargetLowering::PerformDAGCombine(SDNode *N,
         DAG.getMemIntrinsicNode(PPCISD::LBRX, dl,
                                 DAG.getVTList(N->getValueType(0) == MVT::i64 ?
                                               MVT::i64 : MVT::i32, MVT::Other),
-                                              Ops, 3,
-                                LD->getMemoryVT(), LD->getMemOperand());
+                                Ops, 3, LD->getMemoryVT(), LD->getMemOperand());
 
       // If this is an i16 load, insert the truncate.
       SDValue ResVal = BSLoad;