| Index: vm/intermediate_language.cc
|
| ===================================================================
|
| --- vm/intermediate_language.cc (revision 9254)
|
| +++ vm/intermediate_language.cc (working copy)
|
| @@ -171,22 +171,6 @@
|
| }
|
|
|
|
|
| -intptr_t GotoInstr::InputCount() const {
|
| - return 0;
|
| -}
|
| -
|
| -
|
| -Value* GotoInstr::InputAt(intptr_t i) const {
|
| - UNREACHABLE();
|
| - return NULL;
|
| -}
|
| -
|
| -
|
| -void GotoInstr::SetInputAt(intptr_t i, Value* value) {
|
| - UNREACHABLE();
|
| -}
|
| -
|
| -
|
| intptr_t ParallelMoveInstr::InputCount() const {
|
| UNREACHABLE();
|
| return 0;
|
|
|