Skip to content

Commit 9e97bec

Browse files
[llvm-debuginfo-analyzer] Add support for LLVM IR format.
Minor comment change; use proper capitalization.
1 parent 9119cf6 commit 9e97bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/DebugInfo/LogicalView/Readers/LVIRReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ void LVIRReader::processBasicBlocks(Function &F, const DISubprogram *SP) {
19231923
SeenVars.push_back(DVA);
19241924
}
19251925

1926-
// Skip Undefined values.
1926+
// Skip undefined values.
19271927
if (!DbgVar->isKillLocation())
19281928
getOrCreateVariable(DbgVar->getVariable(), DbgVar->getDebugLoc().get());
19291929

0 commit comments

Comments
 (0)