aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorShilei Tian <i@tianshilei.me>2023-01-20 09:46:24 -0500
committerShilei Tian <i@tianshilei.me>2023-01-20 09:46:45 -0500
commitbdf30603f28f5a97a63350e575e1b5cef052e7d0 (patch)
tree4db1f78da5e8b1f9cee6379013a776d334182c19 /llvm/lib/CodeGen/MachineFunction.cpp
parentfff2092d54286858a7ba0e4a23fa7e1dd62f86fb (diff)
downloadllvm-bdf30603f28f5a97a63350e575e1b5cef052e7d0.zip
llvm-bdf30603f28f5a97a63350e575e1b5cef052e7d0.tar.gz
llvm-bdf30603f28f5a97a63350e575e1b5cef052e7d0.tar.bz2
[LLVM][OpenMP] Correct the function signature of `__kmpc_parallel_level`
`__kmpc_parallel_level` used to be a function w/o any argument, but in the new device runtime, it accepts two. This patch simply corrects it in `OMPKinds.def`. ``` uint16_t __kmpc_parallel_level(IdentTy *Loc, uint32_t); ``` Reviewed By: jhuber6 Differential Revision: https://reviews.llvm.org/D141655
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions