Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
hekota committed Jun 7, 2024
1 parent 578bfcd commit a245ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/CodeGen/CGHLSLRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ llvm::Value *CGHLSLRuntime::emitInputSemantic(IRBuilder<> &B,
}

void CGHLSLRuntime::emitFunctionProlog(const FunctionDecl *FD,
llvm::Function *Fn) {
llvm::Function *Fn) {
if (!FD || !Fn)
return;

Expand Down

0 comments on commit a245ec6

Please sign in to comment.