diff --git a/compiler2/Identifier.cc b/compiler2/Identifier.cc
index 905bd39688adcc5e7772f6430c4b11a30873283c..63a9c4468d4a588505cf576d925e5e6a766bad25 100644
--- a/compiler2/Identifier.cc
+++ b/compiler2/Identifier.cc
@@ -458,6 +458,7 @@ namespace Common {
     {"bitand_", "bitand", "bitand"},
     {"bitor_", "bitor", "bitor"},
     {"bool_", "bool", "bool"},
+    {"class_", "class", "class"},
     {"compl_", "compl", "compl"},
     {"delete_", "delete", "delete"},
     {"double_", "double", "double"},
@@ -499,14 +500,12 @@ namespace Common {
     {"case__", "case", "case_"},
     {"catch__", "catch", "catch_"},
     {"char__", "char", "char_"},
-    {"class__", "class", "class_"},
     {"const__", "const", "const_"},
     {"continue__", "continue", "continue_"},
     {"default__", "default", "default_"},
     {"do__", "do", "do_"},
     {"else__", "else", "else_"},
     {"false__", "false", "false_"},
-    {"finally__", "finally", "finally_"},
     {"float__", "float", "float_"},
     {"for__", "for", "for_"},
     {"goto__", "goto", "goto_"},