Skip to content

Commit c094320

Browse files
committed
minor 1
1 parent 128160c commit c094320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +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
79+
/// Translate NVVM IR address space code to DWARF correspondent value
8080
static unsigned translateToNVVMDWARFAddrSpace(unsigned AddrSpace) {
8181
switch (AddrSpace) {
8282
case NVPTXAS::ADDRESS_SPACE_GENERIC:

0 commit comments

Comments
 (0)