mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
fix typo: than -> then
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191214 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb46def978
commit
670711e662
@ -3114,7 +3114,7 @@ SDValue DAGCombiner::MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1) {
|
||||
SDValue BSwap = DAG.getNode(ISD::BSWAP, SDLoc(N), VT,
|
||||
SDValue(Parts[0],0));
|
||||
|
||||
// Result of the bswap should be rotated by 16. If it's not legal, than
|
||||
// Result of the bswap should be rotated by 16. If it's not legal, then
|
||||
// do (x << 16) | (x >> 16).
|
||||
SDValue ShAmt = DAG.getConstant(16, getShiftAmountTy(VT));
|
||||
if (TLI.isOperationLegalOrCustom(ISD::ROTL, VT))
|
||||
|
Loading…
Reference in New Issue
Block a user