Revision: 21550
Author:   [email protected]
Date:     Wed May 28 08:19:43 2014 UTC
Log: X87: Small changes in preparation for Hydrogen-generated KeyedLoadGeneric

Port r21535(8bb4c2b)

BUG=
[email protected]

Review URL: https://codereview.chromium.org/302453011
http://code.google.com/p/v8/source/detail?r=21550

Modified:
 /branches/bleeding_edge/src/x87/lithium-x87.h

=======================================
--- /branches/bleeding_edge/src/x87/lithium-x87.h Fri May 23 16:37:27 2014 UTC +++ /branches/bleeding_edge/src/x87/lithium-x87.h Wed May 28 08:19:43 2014 UTC
@@ -432,6 +432,7 @@

 class LDeoptimize V8_FINAL : public LTemplateInstruction<0, 0, 0> {
  public:
+  virtual bool IsControl() const V8_OVERRIDE { return true; }
   DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
   DECLARE_HYDROGEN_ACCESSOR(Deoptimize)
 };

--
--
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/d/optout.

Reply via email to