summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-29 01:39:13 +0000
committerDan Gohman <gohman@apple.com>2010-04-29 01:39:13 +0000
commitd9e7322c9a87e2df35e36c5022c290fdba3a78c1 (patch)
treec0fa3307cd56b68d83a5c8ee4bfdff8e28074e54 /llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
parent70a0145d7cad8f134f80be536c76a87ed27ea5e0 (diff)
downloadbcm5719-llvm-d9e7322c9a87e2df35e36c5022c290fdba3a78c1.tar.gz
bcm5719-llvm-d9e7322c9a87e2df35e36c5022c290fdba3a78c1.zip
Fix missing #include.
llvm-svn: 102584
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
index 53e1fccdf75..ae356e2dfb7 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
+++ b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
@@ -19,6 +19,7 @@
#include "llvm/Instructions.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/DenseMap.h"
+#include "llvm/ADT/SmallVector.h"
#ifndef NDEBUG
#include "llvm/ADT/SmallSet.h"
#endif
OpenPOWER on IntegriCloud