Title: [117637] trunk/Source/_javascript_Core
- Revision
- 117637
- Author
- [email protected]
- Date
- 2012-05-18 14:49:37 -0700 (Fri, 18 May 2012)
Log Message
Unreviewed, build fix.
* dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::silentSavePlanForGPR):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (117636 => 117637)
--- trunk/Source/_javascript_Core/ChangeLog 2012-05-18 21:47:53 UTC (rev 117636)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-05-18 21:49:37 UTC (rev 117637)
@@ -1,3 +1,10 @@
+2012-05-18 Filip Pizlo <[email protected]>
+
+ Unreviewed, build fix.
+
+ * dfg/DFGSpeculativeJIT.h:
+ (JSC::DFG::SpeculativeJIT::silentSavePlanForGPR):
+
2012-04-17 Filip Pizlo <[email protected]>
DFG should have constant propagation
Modified: trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h (117636 => 117637)
--- trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h 2012-05-18 21:47:53 UTC (rev 117636)
+++ trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h 2012-05-18 21:49:37 UTC (rev 117637)
@@ -463,10 +463,9 @@
fillAction = LoadPtr;
#else
ASSERT(info.tagGPR() == source || info.payloadGPR() == source);
- if (node.hasConstant()) {
- JSValue v = valueOfJSConstant(nodeIndex);
+ if (node.hasConstant())
fillAction = info.tagGPR() == source ? SetJSConstantTag : SetJSConstantPayload;
- } else if (info.payloadGPR() == source)
+ else if (info.payloadGPR() == source)
fillAction = Load32Payload;
else { // Fill the Tag
switch (info.spillFormat()) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes