summaryrefslogtreecommitdiff
path: root/lib/CodeGen/BranchFolding.cpp
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2012-11-27 02:00:27 +0000
committerJakub Staszak <kubastaszak@gmail.com>2012-11-27 02:00:27 +0000
commitdf22702db0b74c14782e00e36e9e9c5df56182b6 (patch)
tree9018bfbffa87267d52f8fdcf6f246c888f620666 /lib/CodeGen/BranchFolding.cpp
parenteb6363adf05b65b0ec079ad7cbcb871acdb60a8c (diff)
downloadllvm-df22702db0b74c14782e00e36e9e9c5df56182b6.tar.gz
llvm-df22702db0b74c14782e00e36e9e9c5df56182b6.tar.bz2
llvm-df22702db0b74c14782e00e36e9e9c5df56182b6.tar.xz
Remove unneeded #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168670 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/BranchFolding.cpp')
-rw-r--r--lib/CodeGen/BranchFolding.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/BranchFolding.cpp b/lib/CodeGen/BranchFolding.cpp
index 6f4c5a2f66..c6166000d0 100644
--- a/lib/CodeGen/BranchFolding.cpp
+++ b/lib/CodeGen/BranchFolding.cpp
@@ -33,7 +33,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/SmallSet.h"
-#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>