aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-06 03:53:16 +0000
committerChris Lattner <sabre@nondot.org>2008-10-06 03:53:16 +0000
commit78129446cacbc0f3ed17f3f11c8cd05f9cd95f47 (patch)
treeed5c32a845159333f63af3e8ae2390d0e30126bd /lib/CodeGen
parent1cfa0776c3053b894bcc8c74610e09118340aad3 (diff)
downloadexternal_llvm-78129446cacbc0f3ed17f3f11c8cd05f9cd95f47.zip
external_llvm-78129446cacbc0f3ed17f3f11c8cd05f9cd95f47.tar.gz
external_llvm-78129446cacbc0f3ed17f3f11c8cd05f9cd95f47.tar.bz2
Add #include to get alloca, patch by Kenneth Boyd!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/PBQP.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/PBQP.cpp b/lib/CodeGen/PBQP.cpp
index 6b21105..d4d1098 100644
--- 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 {