diff options
author | Jakub Staszak <kubastaszak@gmail.com> | 2012-11-27 02:00:27 +0000 |
---|---|---|
committer | Jakub Staszak <kubastaszak@gmail.com> | 2012-11-27 02:00:27 +0000 |
commit | 8262b885da2553b5cb25608035320310a714f4b5 (patch) | |
tree | dcf7369d5f1eb33c5779d051be5757247e788788 /llvm/lib/CodeGen/BranchFolding.cpp | |
parent | 9c235640e1740fdd90c8928f647613962dc5b2ad (diff) | |
download | bcm5719-llvm-8262b885da2553b5cb25608035320310a714f4b5.tar.gz bcm5719-llvm-8262b885da2553b5cb25608035320310a714f4b5.zip |
Remove unneeded #include.
llvm-svn: 168670
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.cpp')
-rw-r--r-- | llvm/lib/CodeGen/BranchFolding.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/BranchFolding.cpp b/llvm/lib/CodeGen/BranchFolding.cpp index 6f4c5a2f667..c6166000d0a 100644 --- a/llvm/lib/CodeGen/BranchFolding.cpp +++ b/llvm/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> |