mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
fix some typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122349 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
234da6832f
commit
90b0364cff
@ -4186,8 +4186,7 @@ SDValue DAGCombiner::ReduceLoadWidth(SDNode *N) {
|
||||
if (LegalOperations && !TLI.isLoadExtLegal(ISD::SEXTLOAD, ExtVT))
|
||||
return SDValue();
|
||||
} else if (Opc == ISD::SRL) {
|
||||
// Annother special-case: SRL is basically zero-extending a narrower
|
||||
// value.
|
||||
// Another special-case: SRL is basically zero-extending a narrower value.
|
||||
ExtType = ISD::ZEXTLOAD;
|
||||
N0 = SDValue(N, 0);
|
||||
ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1));
|
||||
|
Loading…
x
Reference in New Issue
Block a user