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

Unified Diff: src/hydrogen-canonicalize.h

Issue 1405363003: Move Hydrogen and Lithium to src/crankshaft/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 5 years, 2 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-bch.cc ('k') | src/hydrogen-canonicalize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen-canonicalize.h
diff --git a/src/hydrogen-canonicalize.h b/src/hydrogen-canonicalize.h
deleted file mode 100644
index 693085b41069a0e153de9d1eca738dc683a22fea..0000000000000000000000000000000000000000
--- a/src/hydrogen-canonicalize.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2013 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef V8_HYDROGEN_CANONICALIZE_H_
-#define V8_HYDROGEN_CANONICALIZE_H_
-
-#include "src/hydrogen.h"
-
-namespace v8 {
-namespace internal {
-
-
-class HCanonicalizePhase : public HPhase {
- public:
- explicit HCanonicalizePhase(HGraph* graph)
- : HPhase("H_Canonicalize", graph) { }
-
- void Run();
-
- private:
- DISALLOW_COPY_AND_ASSIGN(HCanonicalizePhase);
-};
-
-
-} // namespace internal
-} // namespace v8
-
-#endif // V8_HYDROGEN_CANONICALIZE_H_
« no previous file with comments | « src/hydrogen-bch.cc ('k') | src/hydrogen-canonicalize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698