Ignore:
Timestamp:
Feb 11, 2013, 9:01:06 AM (12 years ago)
Author:
[email protected]
Message:

JSC build failing with verbose debug mode
https://bugs.webkit.org/show_bug.cgi?id=109441

Reviewed by Darin Adler.

Fixing some verbose messages which caused build errors.

  • dfg/DFGAbstractState.cpp:

(JSC::DFG::AbstractState::mergeToSuccessors):

  • dfg/DFGCFAPhase.cpp:

(JSC::DFG::CFAPhase::performBlockCFA):

  • dfg/DFGCSEPhase.cpp:

(JSC::DFG::CSEPhase::setReplacement):
(JSC::DFG::CSEPhase::eliminate):

  • dfg/DFGPredictionInjectionPhase.cpp:

(JSC::DFG::PredictionInjectionPhase::run):

File:
1 edited

Legend:

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

    r142377 r142481  
    5959            dataLog(
    6060                "Argument [", arg, "] prediction: ",
    61                 SpeculationDump(m_arguments[arg]->variableAccessData()->prediction()), "\n");
     61                SpeculationDump(m_graph.m_arguments[arg]->variableAccessData()->prediction()), "\n");
    6262#endif
    6363        }
Note: See TracChangeset for help on using the changeset viewer.