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:
1cfa077
)
Add #include to get alloca, patch by Kenneth Boyd!
author
Chris Lattner
<sabre@nondot.org>
Mon, 6 Oct 2008 03:53:16 +0000
(
03:53
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 6 Oct 2008 03:53:16 +0000
(
03:53
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57147
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/PBQP.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/PBQP.cpp
b/lib/CodeGen/PBQP.cpp
index 6b2110583fe33aac0c355cb2eaff86392f4484ba..d4d1098bb8704524563d22f4d9a06ac50798be38 100644
(file)
--- a/
lib/CodeGen/PBQP.cpp
+++ b/
lib/CodeGen/PBQP.cpp
@@
-18,6
+18,7
@@
#include <cstring>
#include "PBQP.h"
+#include "llvm/Config/alloca.h"
namespace llvm {