From 5576fd5fe33a9ce713f409d4fe4641b4e9d9e0fd Mon Sep 17 00:00:00 2001 From: "baptiste.afsa@arm.com" Date: Fri, 21 Feb 2014 15:34:39 +0000 Subject: [PATCH] A64: Remove a couple of already addressed TODOs. R=jochen@chromium.org Review URL: https://codereview.chromium.org/173773002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19528 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/a64/code-stubs-a64.cc | 2 -- src/a64/lithium-a64.cc | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/a64/code-stubs-a64.cc b/src/a64/code-stubs-a64.cc index 919d52f..883f29b 100644 --- a/src/a64/code-stubs-a64.cc +++ b/src/a64/code-stubs-a64.cc @@ -1884,8 +1884,6 @@ void JSEntryStub::GenerateBody(MacroAssembler* masm, bool is_construct) { // 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); diff --git a/src/a64/lithium-a64.cc b/src/a64/lithium-a64.cc index d9f51e2..b330266 100644 --- a/src/a64/lithium-a64.cc +++ b/src/a64/lithium-a64.cc @@ -1246,8 +1246,6 @@ LInstruction* LChunkBuilder::DoCompareNumericAndBranch( 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)); -- 2.7.4