mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
GlobalISel: Fix typo
This commit is contained in:
parent
f0d37fd69e
commit
1c0be51aa1
@ -183,7 +183,7 @@ struct TypePairAndMemDesc {
|
||||
MemSize == Other.MemSize;
|
||||
}
|
||||
|
||||
/// \returns true if this memory access is legal with for the acecss described
|
||||
/// \returns true if this memory access is legal with for the access described
|
||||
/// by \p Other (The alignment is sufficient for the size and result type).
|
||||
bool isCompatible(const TypePairAndMemDesc &Other) const {
|
||||
return Type0 == Other.Type0 && Type1 == Other.Type1 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user