Revision: 16274
Author:   [email protected]
Date:     Thu Aug 22 13:21:53 2013 UTC
Log:      Remove dead methods related to InformativeDefinitions.

BUG=
[email protected]

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

Modified:
 /branches/bleeding_edge/src/hydrogen.h

=======================================
--- /branches/bleeding_edge/src/hydrogen.h      Wed Aug 21 14:49:56 2013 UTC
+++ /branches/bleeding_edge/src/hydrogen.h      Thu Aug 22 13:21:53 2013 UTC
@@ -320,7 +320,6 @@
   bool ProcessArgumentsObject();
   void OrderBlocks();
   void AssignDominators();
-  void SetupInformativeDefinitions();
   void RestoreActualValues();

   // Returns false if there are phi-uses of the arguments-object
@@ -468,9 +467,6 @@
     phase.Run();
   }

-  void CheckForBackEdge(HBasicBlock* block, HBasicBlock* successor);
-  void SetupInformativeDefinitionsInBlock(HBasicBlock* block);
-  void SetupInformativeDefinitionsRecursively(HBasicBlock* block);
   void EliminateRedundantBoundsChecksUsingInductionVariables();

   Isolate* isolate_;

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