Index: src/compiler/pipeline.h |
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h |
index f47c3c1284d3ae7cfaa6fa96795e2a165840afe3..c13a324eac3896316798387ea08a2b97210dbd66 100644 |
--- a/src/compiler/pipeline.h |
+++ b/src/compiler/pipeline.h |
@@ -58,7 +58,8 @@ class Pipeline { |
const SourcePositionTable* positions, |
const InstructionSequence* instructions); |
void PrintAllocator(const char* phase, const RegisterAllocator* allocator); |
- void VerifyAndPrintGraph(Graph* graph, const char* phase); |
+ void VerifyAndPrintGraph(Graph* graph, const char* phase, |
+ bool untyped = false); |
Handle<Code> GenerateCode(Linkage* linkage, Graph* graph, Schedule* schedule, |
SourcePositionTable* source_positions); |
}; |