Index: src/ppc/lithium-gap-resolver-ppc.h |
diff --git a/src/mips64/lithium-gap-resolver-mips64.h b/src/ppc/lithium-gap-resolver-ppc.h |
similarity index 89% |
copy from src/mips64/lithium-gap-resolver-mips64.h |
copy to src/ppc/lithium-gap-resolver-ppc.h |
index 9e6f14e5aa6c53b174b6c7318637fdafdcddcefe..a3496315b6ab08c5e03efae2cb956587b881083d 100644 |
--- a/src/mips64/lithium-gap-resolver-mips64.h |
+++ b/src/ppc/lithium-gap-resolver-ppc.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ |
-#define V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ |
+#ifndef V8_PPC_LITHIUM_GAP_RESOLVER_PPC_H_ |
+#define V8_PPC_LITHIUM_GAP_RESOLVER_PPC_H_ |
#include "src/v8.h" |
@@ -54,7 +54,7 @@ class LGapResolver FINAL BASE_EMBEDDED { |
bool in_cycle_; |
LOperand* saved_destination_; |
}; |
+} |
+} // namespace v8::internal |
-} } // namespace v8::internal |
- |
-#endif // V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ |
+#endif // V8_PPC_LITHIUM_GAP_RESOLVER_PPC_H_ |