mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix comment spelling {addresing -> addressing} (NFC)
This commit is contained in:
parent
fcfe9b03ff
commit
f73fd90184
@ -377,7 +377,7 @@ class VectorType;
|
||||
|
||||
bool isLegalT2ScaledAddressingMode(const AddrMode &AM, EVT VT) const;
|
||||
|
||||
/// Returns true if the addresing mode representing by AM is legal
|
||||
/// Returns true if the addressing mode representing by AM is legal
|
||||
/// for the Thumb1 target, for a load/store of the specified type.
|
||||
bool isLegalT1ScaledAddressingMode(const AddrMode &AM, EVT VT) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user