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 0d91798 commit cd2660dCopy full SHA for cd2660d
llvm/include/llvm/IR/RuntimeLibcalls.td
@@ -1090,8 +1090,6 @@ def _alloca : RuntimeLibcallImpl<STACK_PROBE>;
1090
1091
def __chkstk : RuntimeLibcallImpl<STACK_PROBE>;
1092
def ___chkstk_ms : RuntimeLibcallImpl<STACK_PROBE>;
1093
-
1094
-def __chkstk_ms : RuntimeLibcallImpl<STACK_PROBE>;
1095
def __chkstk_arm64ec : RuntimeLibcallImpl<STACK_PROBE, "#__chkstk_arm64ec">;
1096
1097
def __security_check_cookie : RuntimeLibcallImpl<SECURITY_CHECK_COOKIE>;
0 commit comments