summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PruneEH.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-02 23:41:05 +0000
committerChris Lattner <sabre@nondot.org>2008-01-02 23:41:05 +0000
commita114b14e5dd1869b8dfcf79736fe05a3616b520a (patch)
treef3a1f3161248be9eef764456bdc8594e2dad2b72 /lib/Transforms/IPO/PruneEH.cpp
parent306cbdbee7b46980b73c48b93f2908c79be13436 (diff)
downloadllvm-a114b14e5dd1869b8dfcf79736fe05a3616b520a.tar.gz
llvm-a114b14e5dd1869b8dfcf79736fe05a3616b520a.tar.bz2
llvm-a114b14e5dd1869b8dfcf79736fe05a3616b520a.tar.xz
add missing #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/PruneEH.cpp')
-rw-r--r--lib/Transforms/IPO/PruneEH.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/IPO/PruneEH.cpp b/lib/Transforms/IPO/PruneEH.cpp
index 7704c34a95..4fe139a380 100644
--- 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;