Chromium Code Reviews| Index: src/compiler/graph-builder.cc |
| diff --git a/src/compiler/graph-builder.cc b/src/compiler/graph-builder.cc |
| index 9fa7a02754c127de38f2a3a7de8911fc2126b62e..bca1e49d18b1ab3a559c600aa58d68dda813525c 100644 |
| --- a/src/compiler/graph-builder.cc |
| +++ b/src/compiler/graph-builder.cc |
| @@ -2,6 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#if defined(_AIX) |
|
Sven Panne
2015/01/27 11:47:06
Use V8_OS_AIX
michael_dawson
2015/01/29 00:08:29
Will do
|
| +#include <alloca.h> |
|
Sven Panne
2015/01/27 11:47:06
Why do we need this? I don't see any alloca call h
michael_dawson
2015/01/29 00:08:29
Looks like it was added in one merge, but failed t
|
| +#endif |
| + |
| #include "src/compiler/graph-builder.h" |
| #include "src/bit-vector.h" |