Index: src/compiler/pipeline.h |
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h |
index af94018f078e8905780511844b93ce978d00f0b8..950259e9c0aa43fc137b0ed7ad0bd128ff8eeb1d 100644 |
--- a/src/compiler/pipeline.h |
+++ b/src/compiler/pipeline.h |
@@ -35,7 +35,7 @@ class Pipeline { |
static Handle<Code> GenerateCodeForCodeStub(Isolate* isolate, |
CallDescriptor* call_descriptor, |
Graph* graph, Schedule* schedule, |
- Code::Kind kind, |
+ Code::Flags flags, |
const char* debug_name); |
// Run the pipeline on a machine graph and generate code. If {schedule} is |