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 2f38cd4 commit 75ca316Copy full SHA for 75ca316
llvm/include/llvm/IR/DebugInfoMetadata.h
@@ -2616,7 +2616,7 @@ class DISubprogram : public DILocalScope {
2616
/// after module loading. It removes references to types belonging
2617
/// to other DISubprograms from a subprogram's retainedNodes list.
2618
/// If a corresponding IR function refers to local scopes from another
2619
- /// subprogram, emitted debug info (i.e. DWARF) should rely
+ /// subprogram, emitted debug info (e.g. DWARF) should rely
2620
/// on cross-subprogram references (and cross-CU references, as subprograms
2621
/// may belong to different compile units). This is also a drawback:
2622
/// when a subprogram refers to types that are local to another subprogram,
0 commit comments