Revision: 19727
Author:   [email protected]
Date:     Fri Mar  7 16:11:50 2014 UTC
Log:      A64: tidy up the disassembler

[email protected]

Review URL: https://codereview.chromium.org/171603020
http://code.google.com/p/v8/source/detail?r=19727

Modified:
 /branches/bleeding_edge/src/a64/disasm-a64.cc

=======================================
--- /branches/bleeding_edge/src/a64/disasm-a64.cc Fri Mar 7 15:20:32 2014 UTC +++ /branches/bleeding_edge/src/a64/disasm-a64.cc Fri Mar 7 16:11:50 2014 UTC
@@ -1488,7 +1488,7 @@
       return 6;
     }
     default: {
-      UNIMPLEMENTED();
+      UNREACHABLE();
       return 0;
     }
   }
@@ -1564,7 +1564,7 @@
       return 3;
     }
     default:
-      UNIMPLEMENTED();
+      UNREACHABLE();
       return 0;
   }
 }
@@ -1626,7 +1626,7 @@
     case 'm': offset = instr->ImmCmpBranch(); break;
     // BImmTest - test and branch immediate.
     case 'e': offset = instr->ImmTestBranch(); break;
-    default: UNIMPLEMENTED();
+    default: UNREACHABLE();
   }
   offset <<= kInstructionSizeLog2;
   char sign = '+';

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to