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 f991879 commit 540bdadCopy full SHA for 540bdad
llvm/include/llvm/IR/RuntimeLibcalls.h
@@ -109,8 +109,7 @@ struct RuntimeLibcallsInfo {
109
"default calling conv should be encoded as 0");
110
111
/// Stores the CallingConv that should be used for each libcall.
112
- CallingConv::ID LibcallCallingConvs[RTLIB::UNKNOWN_LIBCALL] = {
113
- CallingConv::C};
+ CallingConv::ID LibcallCallingConvs[RTLIB::UNKNOWN_LIBCALL] = {};
114
115
/// The condition type that should be used to test the result of each of the
116
/// soft floating-point comparison libcall against integer zero.
0 commit comments