aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-09-28 02:53:15 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-09-28 02:53:15 +0000
commitf3ba6ddbec7a6ec97c44683bb7cddda2d6dbad2a (patch)
tree61402e49fce18685c87c376e37b71d0c6c6d8012
parent0ee6e2a6daaef3c04fcbf70cd9811895788ce662 (diff)
Since we use alloca now make sure we include the proper headers for it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16536 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/TargetSchedInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetSchedInfo.cpp b/lib/Target/TargetSchedInfo.cpp
index 5aaffbc828..4d2b5ed9f9 100644
--- a/lib/Target/TargetSchedInfo.cpp
+++ b/lib/Target/TargetSchedInfo.cpp
@@ -12,6 +12,7 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/Config/alloca.h"
#include "llvm/Target/TargetSchedInfo.h"
#include "llvm/Target/TargetMachine.h"
#include <algorithm>