Backed out changeset 0c7b979be014 (bug 1246109) for being a possible cause of build bustage CLOSED TREE

This commit is contained in:
Wes Kocher 2016-02-05 15:07:11 -08:00
parent 224f53316a
commit 261fdeaa80
2 changed files with 2 additions and 2 deletions

View File

@ -2458,7 +2458,7 @@ IonBuilder::finishLoop(CFGState& state, MBasicBlock* successor)
}
IonBuilder::ControlStatus
IonBuilder::restartLoop(const CFGState& state)
IonBuilder::restartLoop(CFGState state)
{
spew("New types at loop header, restarting loop body");

View File

@ -317,7 +317,7 @@ class IonBuilder
// Restarts processing of a loop if the type information at its header was
// incomplete.
ControlStatus restartLoop(const CFGState& state);
ControlStatus restartLoop(CFGState state);
void assertValidLoopHeadOp(jsbytecode* pc);