Reviewers: dstence, joransiu, john.yan, Yang,

Description:
PPC: Fix "Move regexp implementation into its own folder."

[email protected], [email protected], [email protected], [email protected]
BUG=

Please review this at https://codereview.chromium.org/1319783002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -0 lines):
  M src/regexp/ppc/regexp-macro-assembler-ppc.h


Index: src/regexp/ppc/regexp-macro-assembler-ppc.h
diff --git a/src/regexp/ppc/regexp-macro-assembler-ppc.h b/src/regexp/ppc/regexp-macro-assembler-ppc.h index f47e21778cbcc1f5a37e873552fde681469744d9..2dd339eb8d385313017184d90c2db9ee5c0af37b 100644
--- a/src/regexp/ppc/regexp-macro-assembler-ppc.h
+++ b/src/regexp/ppc/regexp-macro-assembler-ppc.h
@@ -7,6 +7,7 @@

 #include "src/macro-assembler.h"
 #include "src/ppc/assembler-ppc.h"
+#include "src/ppc/frames-ppc.h"
 #include "src/regexp/regexp-macro-assembler.h"

 namespace v8 {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to