Skip to content

Commit 128160c

Browse files
committed
Add comment line
1 parent 66d28ba commit 128160c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ static dwarf::Tag GetCompileUnitType(UnitKind Kind, DwarfDebug *DW) {
7676
return dwarf::DW_TAG_compile_unit;
7777
}
7878

79+
// Translate NVVM IR address space code to DWARF correspondent value
7980
static unsigned translateToNVVMDWARFAddrSpace(unsigned AddrSpace) {
8081
switch (AddrSpace) {
8182
case NVPTXAS::ADDRESS_SPACE_GENERIC:

0 commit comments

Comments
 (0)