Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 4d6aacd78a882eb888ae68409e06f485c818e0ba..c1e36bf61086d249e42b046ec1cd7521a6546e31 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -1212,10 +1212,9 @@ Handle<Code> Pipeline::GenerateCode() { |
Handle<Code> Pipeline::GenerateCodeForCodeStub(Isolate* isolate, |
CallDescriptor* call_descriptor, |
Graph* graph, Schedule* schedule, |
- Code::Kind kind, |
+ Code::Flags flags, |
const char* debug_name) { |
- CompilationInfo info(debug_name, isolate, graph->zone()); |
- info.set_output_code_kind(kind); |
+ CompilationInfo info(debug_name, isolate, graph->zone(), flags); |
// Construct a pipeline for scheduling and code generation. |
ZonePool zone_pool; |