X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174..refs/heads/master:/dfg/DFGDoubleFormatState.h diff --git a/dfg/DFGDoubleFormatState.h b/dfg/DFGDoubleFormatState.h index 2aa0f3d..e469768 100644 --- a/dfg/DFGDoubleFormatState.h +++ b/dfg/DFGDoubleFormatState.h @@ -61,7 +61,7 @@ inline DoubleFormatState mergeDoubleFormatStates(DoubleFormatState a, DoubleForm case CantUseDoubleFormat: return CantUseDoubleFormat; } - ASSERT_NOT_REACHED(); + RELEASE_ASSERT_NOT_REACHED(); return CantUseDoubleFormat; } @@ -86,7 +86,7 @@ inline const char* doubleFormatStateToString(DoubleFormatState state) case CantUseDoubleFormat: return "ForceValue"; } - ASSERT_NOT_REACHED(); + RELEASE_ASSERT_NOT_REACHED(); return 0; }