diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-23 22:57:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-23 22:57:38 +0000 |
commit | 30ebdc431162d5ed86cad17d503eb466ddc7003e (patch) | |
tree | c82963340b8686d98561151e000699d03d65c524 /llvm/lib/CodeGen/LiveVariables.cpp | |
parent | 486fcad4a8d01cb96d629244f46eb2fb4d0e47ce (diff) | |
download | bcm5719-llvm-30ebdc431162d5ed86cad17d503eb466ddc7003e.tar.gz bcm5719-llvm-30ebdc431162d5ed86cad17d503eb466ddc7003e.zip |
remove the last uses of Config/alloca.h
llvm-svn: 79873
Diffstat (limited to 'llvm/lib/CodeGen/LiveVariables.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveVariables.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveVariables.cpp b/llvm/lib/CodeGen/LiveVariables.cpp index 626a76e1144..2da1be9ab6e 100644 --- a/llvm/lib/CodeGen/LiveVariables.cpp +++ b/llvm/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; |