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

Unified Diff: src/regexp/regexp-macro-assembler-irregexp-inl.h

Issue 1285163003: Move regexp implementation into its own folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comment Created 5 years, 4 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/regexp/regexp-macro-assembler-irregexp.cc ('k') | src/regexp/regexp-macro-assembler-tracer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/regexp/regexp-macro-assembler-irregexp-inl.h
diff --git a/src/regexp-macro-assembler-irregexp-inl.h b/src/regexp/regexp-macro-assembler-irregexp-inl.h
similarity index 86%
rename from src/regexp-macro-assembler-irregexp-inl.h
rename to src/regexp/regexp-macro-assembler-irregexp-inl.h
index 294fd2b2446f0d3b59ac51a6903a03d0b0960555..b86d28dfb97aaf4b8ca09d5fe4cdbb3485128300 100644
--- a/src/regexp-macro-assembler-irregexp-inl.h
+++ b/src/regexp/regexp-macro-assembler-irregexp-inl.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
-#define V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
+#ifndef V8_REGEXP_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
+#define V8_REGEXP_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
#include "src/ast.h"
-#include "src/bytecodes-irregexp.h"
+#include "src/regexp/bytecodes-irregexp.h"
namespace v8 {
namespace internal {
@@ -58,4 +58,4 @@ void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) {
} } // namespace v8::internal
-#endif // V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
+#endif // V8_REGEXP_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
« no previous file with comments | « src/regexp/regexp-macro-assembler-irregexp.cc ('k') | src/regexp/regexp-macro-assembler-tracer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698