Index: runtime/vm/intermediate_language.cc |
diff --git a/runtime/vm/intermediate_language.cc b/runtime/vm/intermediate_language.cc |
index 52d5ce9dca8a6fe2dbc8f77216ca204cfdb9aec1..852efd4a97e25ab6871f391fa710625be9231282 100644 |
--- a/runtime/vm/intermediate_language.cc |
+++ b/runtime/vm/intermediate_language.cc |
@@ -630,7 +630,7 @@ Instruction* Instruction::AppendInstruction(Instruction* tail) { |
} |
-BlockEntryInstr* Instruction::GetBlock() const { |
+BlockEntryInstr* Instruction::GetBlock() { |
// TODO(fschneider): Implement a faster way to get the block of an |
// instruction. |
ASSERT(previous() != NULL); |