summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SjLjEHPrepare.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-11-06 11:45:59 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-11-06 11:45:59 +0000
commit63abc84630109c5dc00a8471cf5a3efa21a0a1c0 (patch)
tree5aefc1c402754a3cf3f67b176d844e1e669ac5c2 /llvm/lib/CodeGen/SjLjEHPrepare.cpp
parent8300d834c996b6746c92f9e17c86bef802655547 (diff)
downloadbcm5719-llvm-63abc84630109c5dc00a8471cf5a3efa21a0a1c0.tar.gz
bcm5719-llvm-63abc84630109c5dc00a8471cf5a3efa21a0a1c0.zip
Prune includes.
llvm-svn: 118342
Diffstat (limited to 'llvm/lib/CodeGen/SjLjEHPrepare.cpp')
-rw-r--r--llvm/lib/CodeGen/SjLjEHPrepare.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/SjLjEHPrepare.cpp b/llvm/lib/CodeGen/SjLjEHPrepare.cpp
index 1f6a5c4ea03..9836623c5fc 100644
--- a/llvm/lib/CodeGen/SjLjEHPrepare.cpp
+++ b/llvm/lib/CodeGen/SjLjEHPrepare.cpp
@@ -21,15 +21,14 @@
#include "llvm/LLVMContext.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
-#include "llvm/CodeGen/Passes.h"
-#include "llvm/Transforms/Utils/BasicBlockUtils.h"
-#include "llvm/Transforms/Utils/Local.h"
-#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/SmallVector.h"
-#include "llvm/Support/CommandLine.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/CodeGen/Passes.h"
#include "llvm/Support/Debug.h"
-#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetLowering.h"
+#include "llvm/Transforms/Utils/BasicBlockUtils.h"
+#include "llvm/Transforms/Utils/Local.h"
+#include <set>
using namespace llvm;
STATISTIC(NumInvokes, "Number of invokes replaced");
OpenPOWER on IntegriCloud