Revision: 19528
Author:   [email protected]
Date:     Fri Feb 21 15:34:39 2014 UTC
Log:      A64: Remove a couple of already addressed TODOs.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/a64/code-stubs-a64.cc
 /branches/bleeding_edge/src/a64/lithium-a64.cc

=======================================
--- /branches/bleeding_edge/src/a64/code-stubs-a64.cc Fri Feb 21 11:36:04 2014 UTC +++ /branches/bleeding_edge/src/a64/code-stubs-a64.cc Fri Feb 21 15:34:39 2014 UTC
@@ -1884,8 +1884,6 @@
   // x2: receiver.
   // x3: argc.
   // x4: argv.
- // TODO(jbramley): The latest ARM code checks is_construct and conditionally
-  // uses construct_entry. We probably need to do the same here.
ExternalReference entry(is_construct ? Builtins::kJSConstructEntryTrampoline
                                        : Builtins::kJSEntryTrampoline,
                           isolate);
=======================================
--- /branches/bleeding_edge/src/a64/lithium-a64.cc Thu Feb 20 11:22:33 2014 UTC +++ /branches/bleeding_edge/src/a64/lithium-a64.cc Fri Feb 21 15:34:39 2014 UTC
@@ -1246,8 +1246,6 @@
     HCompareNumericAndBranch* instr) {
   Representation r = instr->representation();

- // TODO(all): This instruction has been replaced by HCompareNumericAndBranch
-  // on bleeding_edge. We should update when we'll do the rebase.
   if (r.IsSmiOrInteger32()) {
     ASSERT(instr->left()->representation().Equals(r));
     ASSERT(instr->right()->representation().Equals(r));

--
--
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/groups/opt_out.

Reply via email to