Skip to content

Commit a124811

Browse files
committed
Remove __chkstk_ms
1 parent 37449a6 commit a124811

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
@@ -1194,8 +1194,6 @@ def _alloca : RuntimeLibcallImpl<STACK_PROBE>;
11941194

11951195
def __chkstk : RuntimeLibcallImpl<STACK_PROBE>;
11961196
def ___chkstk_ms : RuntimeLibcallImpl<STACK_PROBE>;
1197-
1198-
def __chkstk_ms : RuntimeLibcallImpl<STACK_PROBE>;
11991197
def __chkstk_arm64ec : RuntimeLibcallImpl<STACK_PROBE, "#__chkstk_arm64ec">;
12001198

12011199
def __security_check_cookie : RuntimeLibcallImpl<SECURITY_CHECK_COOKIE>;

0 commit comments

Comments
 (0)