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 59666ff commit d37eeb8Copy full SHA for d37eeb8
llvm/include/llvm/Target/TargetOptions.h
@@ -230,7 +230,7 @@ class TargetOptions {
230
/// EnableGlobalISel - This flag enables global instruction selection.
231
unsigned EnableGlobalISel : 1;
232
233
- /// EnableGlobalISelExtendedLLT - This flag enables LLTs with extenden type
+ /// EnableGlobalISelExtendedLLT - This flag enables LLTs with extended type
234
/// info so target may distinguish different formats of equal sized scalars.
235
unsigned EnableGlobalISelExtendedLLT : 1;
236
0 commit comments