Revision: 19646
Author: [email protected]
Date: Tue Mar 4 12:34:04 2014 UTC
Log: Fix HStringAdd::PrintDataTo().
[email protected]
Review URL: https://codereview.chromium.org/185403005
http://code.google.com/p/v8/source/detail?r=19646
Modified:
/branches/bleeding_edge/src/hydrogen-instructions.cc
=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.cc Tue Mar 4
08:08:08 2014 UTC
+++ /branches/bleeding_edge/src/hydrogen-instructions.cc Tue Mar 4
12:34:04 2014 UTC
@@ -3876,6 +3876,7 @@
} else if ((flags() & STRING_ADD_CHECK_BOTH) == STRING_ADD_CHECK_RIGHT) {
stream->Add("_CheckRight");
}
+ HBinaryOperation::PrintDataTo(stream);
stream->Add(" (");
if (pretenure_flag() == NOT_TENURED) stream->Add("N");
else if (pretenure_flag() == TENURED) stream->Add("D");
--
--
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.