mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Spelling correction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2691,7 +2691,7 @@ static bool findEXTRHalf(SDValue N, SDValue &Src, uint32_t &ShiftAmount,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// EXTR instruciton extracts a contiguous chunk of bits from two existing
|
/// EXTR instruction extracts a contiguous chunk of bits from two existing
|
||||||
/// registers viewed as a high/low pair. This function looks for the pattern:
|
/// registers viewed as a high/low pair. This function looks for the pattern:
|
||||||
/// (or (shl VAL1, #N), (srl VAL2, #RegWidth-N)) and replaces it with an
|
/// (or (shl VAL1, #N), (srl VAL2, #RegWidth-N)) and replaces it with an
|
||||||
/// EXTR. Can't quite be done in TableGen because the two immediates aren't
|
/// EXTR. Can't quite be done in TableGen because the two immediates aren't
|
||||||
|
Reference in New Issue
Block a user