mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
fix typos; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227386 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75a1a5c24b
commit
d5502c5f13
@ -7850,7 +7850,7 @@ static SDValue performSTORECombine(SDNode *N,
|
||||
return SDValue();
|
||||
|
||||
// Cyclone has bad performance on unaligned 16B stores when crossing line and
|
||||
// page boundries. We want to split such stores.
|
||||
// page boundaries. We want to split such stores.
|
||||
if (!Subtarget->isCyclone())
|
||||
return SDValue();
|
||||
|
||||
|
@ -222,7 +222,7 @@ public:
|
||||
MVT getScalarShiftAmountTy(EVT LHSTy) const override;
|
||||
|
||||
/// allowsMisalignedMemoryAccesses - Returns true if the target allows
|
||||
/// unaligned memory accesses. of the specified type.
|
||||
/// unaligned memory accesses of the specified type.
|
||||
bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace = 0,
|
||||
unsigned Align = 1,
|
||||
bool *Fast = nullptr) const override {
|
||||
|
Loading…
x
Reference in New Issue
Block a user