python3kgae created this revision.
python3kgae added a reviewer: beanz.
Herald added a subscriber: Anastasia.
Herald added a project: All.
python3kgae requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
setHLSLFnuctionAttributes to setHLSLFunctionAttributes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D131240
Files:
clang/lib/CodeGen/CodeGenModule.cpp
Index: clang/lib/CodeGen/CodeGenModule.cpp
===================================================================
--- clang/lib/CodeGen/CodeGenModule.cpp
+++ clang/lib/CodeGen/CodeGenModule.cpp
@@ -1680,7 +1680,7 @@
F->setCallingConv(static_cast<llvm::CallingConv::ID>(CallingConv));
if (getLangOpts().HLSL) {
if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(GD.getDecl()))
- getHLSLRuntime().setHLSLFnuctionAttributes(F, FD);
+ getHLSLRuntime().setHLSLFunctionAttributes(F, FD);
}
}
Index: clang/lib/CodeGen/CodeGenModule.cpp
===================================================================
--- clang/lib/CodeGen/CodeGenModule.cpp
+++ clang/lib/CodeGen/CodeGenModule.cpp
@@ -1680,7 +1680,7 @@
F->setCallingConv(static_cast<llvm::CallingConv::ID>(CallingConv));
if (getLangOpts().HLSL) {
if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(GD.getDecl()))
- getHLSLRuntime().setHLSLFnuctionAttributes(F, FD);
+ getHLSLRuntime().setHLSLFunctionAttributes(F, FD);
}
}
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits