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 1724188 commit fb14012Copy full SHA for fb14012
llvm/lib/ExecutionEngine/Orc/Core.cpp
@@ -3308,7 +3308,7 @@ ExecutionSession::IL_emit(MaterializationResponsibility &MR,
3308
continue;
3309
}
3310
3311
- // If we get here thene Dep is Emitted. We need to look up its defining
+ // If we get here then Dep is Emitted. We need to look up its defining
3312
// EDU and add this EDU to the defining EDU's list of users (this means
3313
// creating an EDUInfos entry if the defining EDU doesn't have one
3314
// already).
0 commit comments