diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-23 20:40:06 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-23 20:40:06 +0000 |
commit | 643b3a0581206fa7084d1c0530a4adcd909e495b (patch) | |
tree | 5cffa4ff6ba2bdc5d0b1cd7f7cee1587cc6fc977 /llvm/lib/CodeGen/SelectionDAG | |
parent | fd16687b9a30daaf2379e9d9bfa438386ec452c1 (diff) | |
download | bcm5719-llvm-643b3a0581206fa7084d1c0530a4adcd909e495b.tar.gz bcm5719-llvm-643b3a0581206fa7084d1c0530a4adcd909e495b.zip |
Add #includes to make some dependencies explicit.
llvm-svn: 51496
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 066952db2f5..31cbdb9c787 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -29,6 +29,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/MathExtras.h" #include <algorithm> +#include <set> using namespace llvm; STATISTIC(NodesCombined , "Number of dag nodes combined"); |