Fix x86/Linux Release Build Error (dotnet/coreclr#8852)
authorJonghyun Park <parjong@gmail.com>
Mon, 9 Jan 2017 11:14:58 +0000 (20:14 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Mon, 9 Jan 2017 11:14:58 +0000 (12:14 +0100)
Commit migrated from https://github.com/dotnet/coreclr/commit/188b465e3fec4c0bcaf61ec058d5b406222e3679

src/coreclr/src/jit/gentree.cpp

index 5caec5f..4bf2a00 100644 (file)
@@ -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: