We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed19c8 commit 8dd2eb1Copy full SHA for 8dd2eb1
llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
@@ -183,7 +183,7 @@ struct TypePairAndMemDesc {
183
MemSize == Other.MemSize;
184
}
185
186
- /// \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
187
/// by \p Other (The alignment is sufficient for the size and result type).
188
bool isCompatible(const TypePairAndMemDesc &Other) const {
189
return Type0 == Other.Type0 && Type1 == Other.Type1 &&
0 commit comments