Commit f62c02de authored by zhengxing.li's avatar zhengxing.li Committed by Commit bot

X87: Create ast/ and parsing/ subdirectories and move appropriate files.

  port 199bbdb4 (r32351)

  original commit message:
  Moves all files related to AST and scopes into ast/,
  and all files related to scanner & parser to parsing/.

  Also eliminates a couple of spurious dependencies.

BUG=

Review URL: https://codereview.chromium.org/1476353002

Cr-Commit-Position: refs/heads/master@{#32358}
parent 69d946c6
......@@ -11,7 +11,7 @@
#include "src/debug/debug.h"
#include "src/full-codegen/full-codegen.h"
#include "src/ic/ic.h"
#include "src/parser/parser.h"
#include "src/parsing/parser.h"
#include "src/x87/frames-x87.h"
namespace v8 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment