Skip to content

Commit 22ad6c8

Browse files
committed
clang-format
1 parent 83e14ba commit 22ad6c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/tools/sycl-post-link/CUDASpecConstantToSymbol.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ static GlobalVariable *createGlobal(Module &M, size_t Size, StringRef Name,
4949
}
5050

5151
static unsigned uintFromMDNode(const MDNode *Node, unsigned OpNumber) {
52-
return static_cast<unsigned>(mdconst::extract<ConstantInt>(
53-
Node->getOperand(OpNumber).get())->getZExtValue());
52+
return static_cast<unsigned>(
53+
mdconst::extract<ConstantInt>(Node->getOperand(OpNumber).get())
54+
->getZExtValue());
5455
}
5556

5657
std::pair<MDNode *, Function *>

0 commit comments

Comments
 (0)