We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9a325 commit e92b859Copy full SHA for e92b859
1 file changed
src/coreclr/jit/compiler.cpp
@@ -3244,9 +3244,6 @@ void Compiler::compInitOptions(JitFlags* jitFlags)
3244
#elif defined(ARM_SOFTFP)
3245
// Armel is unconditionally enabled in the JIT. Verify that the VM side agrees.
3246
assert(jitFlags->IsSet(JitFlags::JIT_FLAG_SOFTFP_ABI));
3247
-#else
3248
- // Not ARM, or normal armhf abi compilation
3249
- assert(!jitFlags->IsSet(JitFlags::JIT_FLAG_SOFTFP_ABI));
3250
#endif // CONFIGURABLE_ARM_ABI
3251
3252
opts.compScopeInfo = opts.compDbgInfo;
0 commit comments