Skip to content

Commit 58dc372

Browse files
Vandana2896LewisCrawford
authored andcommitted
Update NVPTXAsmPrinter.cpp
Clang formatting reverted.
1 parent 608202f commit 58dc372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,8 +1607,8 @@ void NVPTXAsmPrinter::emitFunctionParamList(const Function *F, raw_ostream &O) {
16071607
O << "\t.param .u" << PTySizeInBits << " ";
16081608

16091609
int addrSpace = PTy->getAddressSpace();
1610-
if (static_cast<NVPTXTargetMachine &>(TM).getDrvInterface() ==
1611-
NVPTX::CUDA) {
1610+
1611+
if (static_cast<NVPTXTargetMachine &>(TM).getDrvInterface() == NVPTX::CUDA) {
16121612
// Special handling for pointer arguments to kernel
16131613
// CUDA kernels assume that pointers are in global address space
16141614
// See:

0 commit comments

Comments
 (0)