forked from OSchip/llvm-project
Fix bad indentation in r178276
Thanks to Bill Schmidt for pointing this out! llvm-svn: 178280
This commit is contained in:
parent
27c06f3322
commit
93492fa696
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue