projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee6e2a
)
Since we use alloca now make sure we include the proper headers for it.
author
Alkis Evlogimenos
<alkis@evlogimenos.com>
Tue, 28 Sep 2004 02:53:15 +0000
(
02:53
+0000)
committer
Alkis Evlogimenos
<alkis@evlogimenos.com>
Tue, 28 Sep 2004 02:53:15 +0000
(
02:53
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16536
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetSchedInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/TargetSchedInfo.cpp
b/lib/Target/TargetSchedInfo.cpp
index 5aaffbc8282261c7dfe52aeb8d7d96ff9d8d2f6e..4d2b5ed9f9ce343ac4be240cf1da0aaac8329860 100644
(file)
--- 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>