Revision: 18673
Author:   [email protected]
Date:     Sun Jan 19 12:24:25 2014 UTC
Log:      Fix compilation with latest Xcode toolchain.

[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/ia32/lithium-ia32.h Fri Jan 17 11:08:24 2014 UTC +++ /branches/bleeding_edge/src/ia32/lithium-ia32.h Sun Jan 19 12:24:25 2014 UTC
@@ -1849,8 +1849,7 @@
   LCallWithDescriptor(const CallInterfaceDescriptor* descriptor,
                       ZoneList<LOperand*>& operands,
                       Zone* zone)
-    : descriptor_(descriptor),
-      inputs_(descriptor->environment_length() + 1, zone) {
+    : inputs_(descriptor->environment_length() + 1, zone) {
     ASSERT(descriptor->environment_length() + 1 == operands.length());
     inputs_.AddAll(operands, zone);
   }
@@ -1865,7 +1864,6 @@

   int arity() const { return hydrogen()->argument_count() - 1; }

-  const CallInterfaceDescriptor* descriptor_;
   ZoneList<LOperand*> inputs_;

   // Iterator support.

--
--
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.

Reply via email to