Index: src/compiler/pipeline.h |
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h |
index 2813770e309757e6c84d3ffde07765909ca40698..240ff69f59c58d46c57e3d5180e1125981db9aa7 100644 |
--- a/src/compiler/pipeline.h |
+++ b/src/compiler/pipeline.h |
@@ -68,7 +68,7 @@ class Pipeline { |
void BeginPhaseKind(const char* phase_kind); |
void RunPrintAndVerify(const char* phase, bool untyped = false); |
- void GenerateCode(Linkage* linkage); |
+ Handle<Code> ScheduleAndGenerateCode(CallDescriptor* call_descriptor); |
void AllocateRegisters(const RegisterConfiguration* config, |
bool run_verifier); |
}; |