Skip to content

Commit 540bdad

Browse files
authored
Update llvm/include/llvm/IR/RuntimeLibcalls.h
1 parent f991879 commit 540bdad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ struct RuntimeLibcallsInfo {
109109
"default calling conv should be encoded as 0");
110110

111111
/// Stores the CallingConv that should be used for each libcall.
112-
CallingConv::ID LibcallCallingConvs[RTLIB::UNKNOWN_LIBCALL] = {
113-
CallingConv::C};
112+
CallingConv::ID LibcallCallingConvs[RTLIB::UNKNOWN_LIBCALL] = {};
114113

115114
/// The condition type that should be used to test the result of each of the
116115
/// soft floating-point comparison libcall against integer zero.

0 commit comments

Comments
 (0)