Bug 1147403 part 3.1 - Replace newly added IonSpewPass after KeepAlive transform. r=KWierso

CLOSED TREE
This commit is contained in:
Nicolas B. Pierron 2015-05-28 19:46:53 +02:00
parent 971348d9b6
commit 2fdbc8eed7

View File

@ -1597,7 +1597,7 @@ OptimizeMIR(MIRGenerator* mir)
if (!mir->compilingAsmJS()) {
AutoTraceLog log(logger, TraceLogger_AddKeepAliveInstructions);
AddKeepAliveInstructions(graph);
IonSpewPass("Add KeepAlive Instructions");
gs.spewPass("Add KeepAlive Instructions");
AssertGraphCoherency(graph);
}