PPC: Split frame-constants.h out of frames.h to reduce transitive includes.

Port 4b0099a477

R=mstarzinger@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, bjaideep@ca.ibm.com
BUG=
LOG=N

Change-Id: I4be5357b265ca970a8d1a0db41ddc73ff47bffdc
Reviewed-on: https://chromium-review.googlesource.com/600512
Reviewed-by: Jaideep Bajwa <bjaideep@ca.ibm.com>
Commit-Queue: Jaideep Bajwa <bjaideep@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#47145}
This commit is contained in:
Anisha Rohra 2017-08-03 12:06:06 -04:00 committed by Commit Bot
parent 01113cb18b
commit 2fd5e70a03
3 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include "src/compiler/instruction-selector-impl.h"
#include "src/compiler/node-matchers.h"
#include "src/compiler/node-properties.h"
#include "src/ppc/frames-ppc.h"
#include "src/ppc/frame-constants-ppc.h"
namespace v8 {
namespace internal {

View File

@ -5,6 +5,8 @@
#ifndef V8_PPC_FRAMES_PPC_H_
#define V8_PPC_FRAMES_PPC_H_
#include "src/frame-constants.h"
namespace v8 {
namespace internal {

View File

@ -13,7 +13,7 @@
#include "src/codegen.h"
#include "src/disasm.h"
#include "src/ppc/constants-ppc.h"
#include "src/ppc/frames-ppc.h"
#include "src/ppc/frame-constants-ppc.h"
#include "src/ppc/simulator-ppc.h"
#include "src/runtime/runtime-utils.h"