diff options
| author | 2018-04-27 16:38:24 +0000 | |
|---|---|---|
| committer | 2018-04-27 16:38:24 +0000 | |
| commit | 2f8279eab734f2e701625e283a0c5776ecbea1bc (patch) | |
| tree | 02100f78a38ff6e7a93746efe4d288a52144684e /compiler/optimizing/code_sinking.h | |
| parent | 8db788b3484d0d926fff631ba022add50936b7c1 (diff) | |
| parent | 2477320a8d9de58ede68e2645ea53c10f71dcd57 (diff) | |
Merge "Step 1 of 2: conditional passes."
Diffstat (limited to 'compiler/optimizing/code_sinking.h')
| -rw-r--r-- | compiler/optimizing/code_sinking.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_sinking.h b/compiler/optimizing/code_sinking.h index 836d9d4f67..5db0b6dcc5 100644 --- a/compiler/optimizing/code_sinking.h +++ b/compiler/optimizing/code_sinking.h @@ -33,7 +33,7 @@ class CodeSinking : public HOptimization { const char* name = kCodeSinkingPassName) : HOptimization(graph, name, stats) {} - void Run() OVERRIDE; + bool Run() OVERRIDE; static constexpr const char* kCodeSinkingPassName = "code_sinking"; |