1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Remove an unneeded #include.

llvm-svn: 86601
This commit is contained in:
Dan Gohman 2009-11-09 22:28:30 +00:00
parent c2b669b3b2
commit 9885f20a6d

View File

@ -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");