Skip to content

Commit cd2660d

Browse files
committed
Remove __chkstk_ms
1 parent 0d91798 commit cd2660d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,8 +1090,6 @@ def _alloca : RuntimeLibcallImpl<STACK_PROBE>;
10901090

10911091
def __chkstk : RuntimeLibcallImpl<STACK_PROBE>;
10921092
def ___chkstk_ms : RuntimeLibcallImpl<STACK_PROBE>;
1093-
1094-
def __chkstk_ms : RuntimeLibcallImpl<STACK_PROBE>;
10951093
def __chkstk_arm64ec : RuntimeLibcallImpl<STACK_PROBE, "#__chkstk_arm64ec">;
10961094

10971095
def __security_check_cookie : RuntimeLibcallImpl<SECURITY_CHECK_COOKIE>;

0 commit comments

Comments
 (0)