diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-11-06 11:45:59 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-11-06 11:45:59 +0000 |
commit | f788854d20b12c60fd8b43c587adb3227b6b1bff (patch) | |
tree | 3be0727c4e4fc304b0e88a99b3fcb9f70a277b2d /lib/CodeGen/IfConversion.cpp | |
parent | 12f40e9a6305fe7553ebce19346cb55874073fc7 (diff) |
Prune includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/IfConversion.cpp')
-rw-r--r-- | lib/CodeGen/IfConversion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/IfConversion.cpp b/lib/CodeGen/IfConversion.cpp index c05aa40b67..db53b0473a 100644 --- a/lib/CodeGen/IfConversion.cpp +++ b/lib/CodeGen/IfConversion.cpp @@ -28,6 +28,7 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include "llvm/ADT/DepthFirstIterator.h" +#include "llvm/ADT/SmallSet.h" #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" using namespace llvm; |