Revision: 3050
Author: [email protected]
Date: Mon Oct 12 07:00:11 2009
Log: Add a pair of missing breaks to a switch statement.
Review URL: http://codereview.chromium.org/267050
http://code.google.com/p/v8/source/detail?r=3050

Modified:
  /branches/bleeding_edge/src/ia32/codegen-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/codegen-ia32.cc    Mon Oct 12 06:14:06  
2009
+++ /branches/bleeding_edge/src/ia32/codegen-ia32.cc    Mon Oct 12 07:00:11  
2009
@@ -3005,6 +3005,7 @@
            loop.Jump();
          }
        }
+      break;
      case DONT_KNOW:
        if (test_at_bottom) {
          if (node->continue_target()->is_linked()) {
@@ -3031,6 +3032,7 @@
            }
          }
        }
+      break;
      case ALWAYS_FALSE:
        UNREACHABLE();
        break;

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to