[NFC][HLSL] Fix build error caused missing typo update.
authorXiang Li <python3kgae@outlook.com>
Fri, 5 Aug 2022 06:05:46 +0000 (23:05 -0700)
committerXiang Li <python3kgae@outlook.com>
Fri, 5 Aug 2022 06:20:25 +0000 (23:20 -0700)
commitb2c9ff727379992ef472e32620635b7e5d561d60
tree5476b602976db5703e37e0600723c726f4c32116
parent6134629af08705e1f495171221deb46f6ba3d65d
[NFC][HLSL] Fix build error caused missing typo update.

setHLSLFnuctionAttributes to setHLSLFunctionAttributes.

Differential Revision: https://reviews.llvm.org/D131240
clang/lib/CodeGen/CodeGenModule.cpp