Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: src/compiler/graph-builder.cc

Issue 866843003: Contribution of PowerPC port (continuation of 422063005) - AIX Common1 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698