mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Fix bad indentation in r178276
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
This commit is contained in:
parent
e41c7d4890
commit
b52980be07
@ -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…
x
Reference in New Issue
Block a user