From: Jonghyun Park Date: Mon, 9 Jan 2017 11:14:58 +0000 (+0900) Subject: Fix x86/Linux Release Build Error (dotnet/coreclr#8852) X-Git-Tag: submit/tizen/20210909.063632~11030^2~8496 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e84543a90f6a916212d21382a77d97ec7bca1ac;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix x86/Linux Release Build Error (dotnet/coreclr#8852) Commit migrated from https://github.com/dotnet/coreclr/commit/188b465e3fec4c0bcaf61ec058d5b406222e3679 --- diff --git a/src/coreclr/src/jit/gentree.cpp b/src/coreclr/src/jit/gentree.cpp index 5caec5f..4bf2a00 100644 --- a/src/coreclr/src/jit/gentree.cpp +++ b/src/coreclr/src/jit/gentree.cpp @@ -5959,11 +5959,11 @@ void Compiler::gtComputeFPlvls(GenTreePtr tree) noway_assert(!isflt); break; -#ifdef DEBUG default: +#ifdef DEBUG noway_assert(!"Unhandled special operator in gtComputeFPlvls()"); - break; #endif + break; } DONE: