| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 21241cf0358ba058fe6283620cdc4b62b284a267..3ea6c2ba812ef824b2ddadd4ee03040b062c3c94 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -561,7 +561,7 @@ PipelineCompilationJob::Status PipelineCompilationJob::GenerateCodeImpl() {
|
| if (info()->bailout_reason() == kNoReason) {
|
| return AbortOptimization(kCodeGenerationFailed);
|
| }
|
| - return BAILED_OUT;
|
| + return FAILED;
|
| }
|
| info()->dependencies()->Commit(code);
|
| info()->SetCode(code);
|
|
|