Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h |
| index c841f9f352928e6c5be57b169fa0e876fa73e068..a5076aa81c0e554ef6b1079c86209d375f6571f4 100644 |
| --- a/runtime/vm/intermediate_language.h |
| +++ b/runtime/vm/intermediate_language.h |
| @@ -1363,6 +1363,8 @@ class JoinEntryInstr : public BlockEntryInstr { |
| successor_ = instr; |
| } |
| + void InsertPhi(intptr_t variable_index) { } |
|
Kevin Millikin (Google)
2012/05/16 15:33:08
This needs an implementation that adds a Phi with
|
| + |
| private: |
| ZoneGrowableArray<BlockEntryInstr*> predecessors_; |
| Instruction* successor_; |