Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: src/hydrogen-removable-simulates.h

Issue 148153010: Synchronize with r15701. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/hydrogen-range-analysis.cc ('k') | src/hydrogen-removable-simulates.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen-removable-simulates.h
diff --git a/src/hydrogen-sce.h b/src/hydrogen-removable-simulates.h
similarity index 82%
copy from src/hydrogen-sce.h
copy to src/hydrogen-removable-simulates.h
index 55e153e0ed5ee3481669ee5c991f81238d51176e..f5bcd6ddfa8c67dfa338af91f46d847fd4212062 100644
--- a/src/hydrogen-sce.h
+++ b/src/hydrogen-removable-simulates.h
@@ -25,8 +25,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#ifndef V8_HYDROGEN_SCE_H_
-#define V8_HYDROGEN_SCE_H_
+#ifndef V8_HYDROGEN_REMOVABLE_SIMULATES_H_
+#define V8_HYDROGEN_REMOVABLE_SIMULATES_H_
#include "hydrogen.h"
@@ -34,15 +34,18 @@ namespace v8 {
namespace internal {
-class HStackCheckEliminationPhase : public HPhase {
+class HMergeRemovableSimulatesPhase : public HPhase {
public:
- explicit HStackCheckEliminationPhase(HGraph* graph)
- : HPhase("H_Stack check elimination", graph) { }
+ explicit HMergeRemovableSimulatesPhase(HGraph* graph)
+ : HPhase("H_Merge removable simulates", graph) { }
void Run();
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(HMergeRemovableSimulatesPhase);
};
} } // namespace v8::internal
-#endif // V8_HYDROGEN_SCE_H_
+#endif // V8_HYDROGEN_REMOVABLE_SIMULATES_H_
« no previous file with comments | « src/hydrogen-range-analysis.cc ('k') | src/hydrogen-removable-simulates.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698