Skip to content

Commit b58174f

Browse files
committed
minor 2
1 parent c094320 commit b58174f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ void DwarfCompileUnit::addLocationAttribute(
383383
}
384384
if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB() &&
385385
!NVPTXAddressSpace)
386-
NVPTXAddressSpace = translateToNVVMDWARFAddrSpace(
387-
Global->getType()->getAddressSpace());
386+
NVPTXAddressSpace =
387+
translateToNVVMDWARFAddrSpace(Global->getType()->getAddressSpace());
388388
}
389389
// Global variables attached to symbols are memory locations.
390390
// It would be better if this were unconditional, but malformed input that

0 commit comments

Comments
 (0)