Skip to content

Commit a6563aa

Browse files
committed
[AMDGPU] Fix clang-format
1 parent 6076a48 commit a6563aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) {
232232
if (isLegacy())
233233
return;
234234
// Msgpack format.
235-
getHwStage(CC)[".entry_point_symbol"] = MsgPackDoc.getNode(Name, /*Copy=*/true);
235+
getHwStage(CC)[".entry_point_symbol"] =
236+
MsgPackDoc.getNode(Name, /*Copy=*/true);
236237
}
237238

238239
// Set the number of used vgprs in the metadata. This is an optional

0 commit comments

Comments
 (0)