projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
306cbdb
)
add missing #include
author
Chris Lattner
<sabre@nondot.org>
Wed, 2 Jan 2008 23:41:05 +0000
(23:41 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 2 Jan 2008 23:41:05 +0000
(23:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45516
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/PruneEH.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/PruneEH.cpp
b/lib/Transforms/IPO/PruneEH.cpp
index 7704c34a952b09e81fd3e06ce7927e59996078ce..4fe139a38002d934bab0d2ec79e5f55b5d960a5a 100644
(file)
--- a/
lib/Transforms/IPO/PruneEH.cpp
+++ b/
lib/Transforms/IPO/PruneEH.cpp
@@
-25,6
+25,7
@@
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Compiler.h"
+#include "llvm/ParameterAttributes.h"
#include <set>
#include <algorithm>
using namespace llvm;