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 128160c commit c094320Copy full SHA for c094320
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
@@ -76,7 +76,7 @@ static dwarf::Tag GetCompileUnitType(UnitKind Kind, DwarfDebug *DW) {
76
return dwarf::DW_TAG_compile_unit;
77
}
78
79
-// Translate NVVM IR address space code to DWARF correspondent value
+/// Translate NVVM IR address space code to DWARF correspondent value
80
static unsigned translateToNVVMDWARFAddrSpace(unsigned AddrSpace) {
81
switch (AddrSpace) {
82
case NVPTXAS::ADDRESS_SPACE_GENERIC:
0 commit comments