| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index bd646f1976882b4a0565a72016c004880d5c1e18..1ad5d95bf61ca4328f03cd10ab6cceb54bd060a6 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -34,16 +34,15 @@
|
| #include "src/hydrogen-sce.h"
|
| #include "src/hydrogen-store-elimination.h"
|
| #include "src/hydrogen-uint32-analysis.h"
|
| +#include "src/ic/call-optimization.h"
|
| +// GetRootConstructor
|
| +#include "src/ic/ic-inl.h"
|
| #include "src/lithium-allocator.h"
|
| #include "src/parser.h"
|
| #include "src/runtime.h"
|
| #include "src/scopeinfo.h"
|
| #include "src/scopes.h"
|
| #include "src/typing.h"
|
| -// CallOptimization
|
| -#include "src/ic/ic-compiler.h"
|
| -// GetRootConstructor
|
| -#include "src/ic/ic-inl.h"
|
|
|
| #if V8_TARGET_ARCH_IA32
|
| #include "src/ia32/lithium-codegen-ia32.h" // NOLINT
|
|
|