Index: src/hydrogen-dehoist.h |
diff --git a/src/hydrogen-dehoist.h b/src/hydrogen-dehoist.h |
deleted file mode 100644 |
index 11e83860e1374cc7213685da64594b25f25159ff..0000000000000000000000000000000000000000 |
--- a/src/hydrogen-dehoist.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_DEHOIST_H_ |
-#define V8_HYDROGEN_DEHOIST_H_ |
- |
-#include "src/hydrogen.h" |
- |
-namespace v8 { |
-namespace internal { |
- |
- |
-class HDehoistIndexComputationsPhase : public HPhase { |
- public: |
- explicit HDehoistIndexComputationsPhase(HGraph* graph) |
- : HPhase("H_Dehoist index computations", graph) { } |
- |
- void Run(); |
- |
- private: |
- DISALLOW_COPY_AND_ASSIGN(HDehoistIndexComputationsPhase); |
-}; |
- |
- |
-} // namespace internal |
-} // namespace v8 |
- |
-#endif // V8_HYDROGEN_DEHOIST_H_ |