summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PruneEH.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-02-22 22:17:59 +0000
committerDale Johannesen <dalej@apple.com>2008-02-22 22:17:59 +0000
commit22c3979fcaa7ff19c44253eb9b0b0160dfef0aa4 (patch)
tree31721486d6cd9a298f847f21e42c5128e758b66d /lib/Transforms/IPO/PruneEH.cpp
parente5079051b968a6a55a10fbccf2511130742901db (diff)
downloadllvm-22c3979fcaa7ff19c44253eb9b0b0160dfef0aa4.tar.gz
llvm-22c3979fcaa7ff19c44253eb9b0b0160dfef0aa4.tar.bz2
llvm-22c3979fcaa7ff19c44253eb9b0b0160dfef0aa4.tar.xz
Split ParameterAttributes.h, putting the complicated
stuff into ParamAttrsList.h. Per feedback from ParamAttrs changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47504 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/PruneEH.cpp')
-rw-r--r--lib/Transforms/IPO/PruneEH.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/PruneEH.cpp b/lib/Transforms/IPO/PruneEH.cpp
index 26ca2f6200..4e621dc2f9 100644
--- a/lib/Transforms/IPO/PruneEH.cpp
+++ b/lib/Transforms/IPO/PruneEH.cpp
@@ -25,7 +25,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Compiler.h"
-#include "llvm/ParameterAttributes.h"
+#include "llvm/ParamAttrsList.h"
#include <set>
#include <algorithm>
using namespace llvm;