Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.cc (revision 22110) |
| +++ runtime/vm/flow_graph_optimizer.cc (working copy) |
| @@ -1818,7 +1818,7 @@ |
| default: |
| // Array cids are already checked in the caller. |
| UNREACHABLE(); |
| - return NULL; |
| + return false; |
|
srdjan
2013/04/29 17:06:01
Remove return?
Florian Schneider
2013/04/30 08:21:11
Done.
|
| } |
| Definition* index = call->ArgumentAt(1); |