aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/FunctionLoweringInfo.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-08-09 23:49:21 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-08-09 23:49:21 +0000
commitc66d36028b21077aa1715331c22347b47b4da94f (patch)
tree4cd22db9ec4ed8036fe63c4dcba9b72f69092796 /include/llvm/CodeGen/FunctionLoweringInfo.h
parentc70c2cafe19d90ee0230cc4257772fe68567f06e (diff)
downloadexternal_llvm-c66d36028b21077aa1715331c22347b47b4da94f.zip
external_llvm-c66d36028b21077aa1715331c22347b47b4da94f.tar.gz
external_llvm-c66d36028b21077aa1715331c22347b47b4da94f.tar.bz2
Trim an unneeded header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137184 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/FunctionLoweringInfo.h')
-rw-r--r--include/llvm/CodeGen/FunctionLoweringInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/FunctionLoweringInfo.h b/include/llvm/CodeGen/FunctionLoweringInfo.h
index 7eb21b5..4005996 100644
--- a/include/llvm/CodeGen/FunctionLoweringInfo.h
+++ b/include/llvm/CodeGen/FunctionLoweringInfo.h
@@ -19,6 +19,7 @@
#include "llvm/Instructions.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/DenseMap.h"
+#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/IndexedMap.h"
#include "llvm/ADT/SmallVector.h"
#ifndef NDEBUG