]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - dfg/DFGConstantFoldingPhase.cpp
JavaScriptCore-1218.33.tar.gz
[apple/javascriptcore.git] / dfg / DFGConstantFoldingPhase.cpp
index 39ac2ff7ac4b55a041c1086f277ec43e230fddea..ad699e7fbc1cb84575d9794f8eda49e78f4e31e3 100644 (file)
@@ -434,8 +434,7 @@ private:
             Node* node = block->at(indexInBlock);
             switch (node->op()) {
             case Return:
-            case Throw:
-            case ThrowReferenceError:
+            case Unreachable:
             case ForceOSRExit:
                 // Do nothing. These nodes will already do the right thing.
                 break;