summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-09 22:28:30 +0000
committerDan Gohman <gohman@apple.com>2009-11-09 22:28:30 +0000
commita951526510a9244a27e98f1ea5cc075d62ce1d99 (patch)
tree0ea83aef9c46c5cd0a7784f9221a01059400c5f9 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
parentf04c4cdb277e4110c9e12e435e0c207fabce1385 (diff)
downloadbcm5719-llvm-a951526510a9244a27e98f1ea5cc075d62ce1d99.tar.gz
bcm5719-llvm-a951526510a9244a27e98f1ea5cc075d62ce1d99.zip
Remove an unneeded #include.
llvm-svn: 86601
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 5f70cb85d92..00136f40a36 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -37,7 +37,6 @@
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
-#include <set>
using namespace llvm;
STATISTIC(NodesCombined , "Number of dag nodes combined");
OpenPOWER on IntegriCloud