Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: src/a64/lithium-codegen-a64.cc

Issue 147573003: A64: Add a test for HToFastProperties. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/mjsunit/compiler/to-fast-properties.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/a64/lithium-codegen-a64.cc
diff --git a/src/a64/lithium-codegen-a64.cc b/src/a64/lithium-codegen-a64.cc
index 56b29ceb09e0d5d9622517e584476bdc2a57e702..ca530b782e46b22f988492b0cbd677a979164589 100644
--- a/src/a64/lithium-codegen-a64.cc
+++ b/src/a64/lithium-codegen-a64.cc
@@ -5160,7 +5160,6 @@ void LCodeGen::DoThisFunction(LThisFunction* instr) {
void LCodeGen::DoToFastProperties(LToFastProperties* instr) {
ASSERT(ToRegister(instr->value()).Is(x0));
ASSERT(ToRegister(instr->result()).Is(x0));
- ASM_UNIMPLEMENTED_BREAK("DoToFastProperties");
__ Push(x0);
CallRuntime(Runtime::kToFastProperties, 1, instr);
}
« no previous file with comments | « no previous file | test/mjsunit/compiler/to-fast-properties.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698