aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveVariables.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-23 22:57:38 +0000
committerChris Lattner <sabre@nondot.org>2009-08-23 22:57:38 +0000
commit8755dee89ba6ae78f867a5f117212b569c2681fb (patch)
tree062268685658dd0ec8a761fcc5ac016f0202ff5e /lib/CodeGen/LiveVariables.cpp
parent890cd9ffb06d50739b91227efc862650b35a9c13 (diff)
downloadexternal_llvm-8755dee89ba6ae78f867a5f117212b569c2681fb.zip
external_llvm-8755dee89ba6ae78f867a5f117212b569c2681fb.tar.gz
external_llvm-8755dee89ba6ae78f867a5f117212b569c2681fb.tar.bz2
remove the last uses of Config/alloca.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveVariables.cpp')
-rw-r--r--lib/CodeGen/LiveVariables.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveVariables.cpp b/lib/CodeGen/LiveVariables.cpp
index 626a76e..2da1be9 100644
--- a/lib/CodeGen/LiveVariables.cpp
+++ b/lib/CodeGen/LiveVariables.cpp
@@ -37,7 +37,6 @@
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/STLExtras.h"
-#include "llvm/Config/alloca.h"
#include <algorithm>
using namespace llvm;