]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGDoubleFormatState.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / dfg / DFGDoubleFormatState.h
index 2aa0f3d4d4e1fe21792f304595f7143791839904..e469768a209b68044dd41d0c566fcf9582f16184 100644 (file)
@@ -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;
 }