Revision: 15141
Author: [email protected]
Date: Fri Jun 14 02:02:11 2013
Log: Remove bogus cast in LChunkBuilder::CreateEnvironment.
[email protected]
TEST=chromium:content_browsertests
Review URL: https://codereview.chromium.org/17057002
http://code.google.com/p/v8/source/detail?r=15141
Modified:
/branches/bleeding_edge/src/arm/lithium-arm.cc
/branches/bleeding_edge/src/ia32/lithium-ia32.cc
/branches/bleeding_edge/src/mips/lithium-mips.cc
/branches/bleeding_edge/src/x64/lithium-x64.cc
=======================================
--- /branches/bleeding_edge/src/arm/lithium-arm.cc Wed Jun 12 07:22:49 2013
+++ /branches/bleeding_edge/src/arm/lithium-arm.cc Fri Jun 14 02:02:11 2013
@@ -968,7 +968,6 @@
for (int i = 1; i < arguments->arguments_count(); ++i) {
HValue* value = arguments->arguments_values()->at(i);
ASSERT(!value->IsArgumentsObject() && !value->IsPushArgument());
- ASSERT(HInstruction::cast(value)->IsLinked());
LOperand* op = UseAny(value);
result->AddValue(op,
value->representation(),
=======================================
--- /branches/bleeding_edge/src/ia32/lithium-ia32.cc Wed Jun 12 07:22:49
2013
+++ /branches/bleeding_edge/src/ia32/lithium-ia32.cc Fri Jun 14 02:02:11
2013
@@ -1029,7 +1029,6 @@
for (int i = 1; i < arguments->arguments_count(); ++i) {
HValue* value = arguments->arguments_values()->at(i);
ASSERT(!value->IsArgumentsObject() && !value->IsPushArgument());
- ASSERT(HInstruction::cast(value)->IsLinked());
LOperand* op = UseAny(value);
result->AddValue(op,
value->representation(),
=======================================
--- /branches/bleeding_edge/src/mips/lithium-mips.cc Thu Jun 13 09:44:54
2013
+++ /branches/bleeding_edge/src/mips/lithium-mips.cc Fri Jun 14 02:02:11
2013
@@ -972,7 +972,6 @@
for (int i = 1; i < arguments->arguments_count(); ++i) {
HValue* value = arguments->arguments_values()->at(i);
ASSERT(!value->IsArgumentsObject() && !value->IsPushArgument());
- ASSERT(HInstruction::cast(value)->IsLinked());
LOperand* op = UseAny(value);
result->AddValue(op,
value->representation(),
=======================================
--- /branches/bleeding_edge/src/x64/lithium-x64.cc Wed Jun 12 07:22:49 2013
+++ /branches/bleeding_edge/src/x64/lithium-x64.cc Fri Jun 14 02:02:11 2013
@@ -976,7 +976,6 @@
for (int i = 1; i < arguments->arguments_count(); ++i) {
HValue* value = arguments->arguments_values()->at(i);
ASSERT(!value->IsArgumentsObject() && !value->IsPushArgument());
- ASSERT(HInstruction::cast(value)->IsLinked());
LOperand* op = UseAny(value);
result->AddValue(op,
value->representation(),
--
--
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.