diff options
author | Dan Gohman <gohman@apple.com> | 2009-11-09 22:28:30 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-11-09 22:28:30 +0000 |
commit | a951526510a9244a27e98f1ea5cc075d62ce1d99 (patch) | |
tree | 0ea83aef9c46c5cd0a7784f9221a01059400c5f9 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | |
parent | f04c4cdb277e4110c9e12e435e0c207fabce1385 (diff) | |
download | bcm5719-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.cpp | 1 |
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"); |