Chromium Code Reviews| Index: runtime/vm/code_generator_ia32.cc |
| =================================================================== |
| --- runtime/vm/code_generator_ia32.cc (revision 4549) |
| +++ runtime/vm/code_generator_ia32.cc (working copy) |
| @@ -922,8 +922,7 @@ |
| void CodeGenerator::VisitPrimaryNode(PrimaryNode* node) { |
| // PrimaryNodes are temporary during parsing. |
| - ErrorMsg(node->token_index(), |
| - "Unresolved identifier '%s'", node->primary().ToCString()); |
| + UNREACHABLE(); |
| } |