We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37449a6 commit a124811Copy full SHA for a124811
llvm/include/llvm/IR/RuntimeLibcalls.td
@@ -1194,8 +1194,6 @@ def _alloca : RuntimeLibcallImpl<STACK_PROBE>;
1194
1195
def __chkstk : RuntimeLibcallImpl<STACK_PROBE>;
1196
def ___chkstk_ms : RuntimeLibcallImpl<STACK_PROBE>;
1197
-
1198
-def __chkstk_ms : RuntimeLibcallImpl<STACK_PROBE>;
1199
def __chkstk_arm64ec : RuntimeLibcallImpl<STACK_PROBE, "#__chkstk_arm64ec">;
1200
1201
def __security_check_cookie : RuntimeLibcallImpl<SECURITY_CHECK_COOKIE>;
0 commit comments