Ignore:
Timestamp:
Nov 3, 2016, 9:38:58 PM (9 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r208364.
https://bugs.webkit.org/show_bug.cgi?id=164402

broke the build (Requested by smfr on #webkit).

Reverted changeset:

"DFG plays fast and loose with the shadow values of a Phi"
https://bugs.webkit.org/show_bug.cgi?id=164309
http://trac.webkit.org/changeset/208364

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h

    r208364 r208367  
    3232#include "DFGGraph.h"
    3333#include "DFGNode.h"
    34 #include "DFGNodeFlowProjection.h"
    3534#include "DFGPhiChildren.h"
    3635
     
    4342    ~AbstractInterpreter();
    4443   
    45     AbstractValue& forNode(NodeFlowProjection node)
     44    AbstractValue& forNode(Node* node)
    4645    {
    4746        return m_state.forNode(node);
Note: See TracChangeset for help on using the changeset viewer.