Ignore:
Timestamp:
Mar 1, 2014, 11:42:14 AM (11 years ago)
Author:
[email protected]
Message:

Unreviewed, uncomment some code. It wasn't meant to be commented in the first place.

  • dfg/DFGCSEPhase.cpp:

(JSC::DFG::CSEPhase::getPropertyStorageLoadElimination):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGCSEPhase.cpp

    r164620 r164922  
    800800               
    801801            case MultiPutByOffset:
    802                 //if (node->multiPutByOffsetData().reallocatesStorage())
    803                 //    return 0;
     802                if (node->multiPutByOffsetData().reallocatesStorage())
     803                    return 0;
    804804                break;
    805805               
Note: See TracChangeset for help on using the changeset viewer.