diff options
Diffstat (limited to 'lib/Transforms/Utils/LowerInvoke.cpp')
| -rw-r--r-- | lib/Transforms/Utils/LowerInvoke.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Transforms/Utils/LowerInvoke.cpp b/lib/Transforms/Utils/LowerInvoke.cpp index 9a3de2649244..6e6e8d2287a1 100644 --- a/lib/Transforms/Utils/LowerInvoke.cpp +++ b/lib/Transforms/Utils/LowerInvoke.cpp @@ -47,7 +47,6 @@  #include "llvm/Transforms/Utils/Local.h"  #include "llvm/ADT/Statistic.h"  #include "llvm/Support/CommandLine.h" -#include "llvm/Support/Compiler.h"  #include "llvm/Target/TargetLowering.h"  #include <csetjmp>  #include <set> @@ -61,7 +60,7 @@ static cl::opt<bool> ExpensiveEHSupport("enable-correct-eh-support",   cl::desc("Make the -lowerinvoke pass insert expensive, but correct, EH code"));  namespace { -  class VISIBILITY_HIDDEN LowerInvoke : public FunctionPass { +  class LowerInvoke : public FunctionPass {      // Used for both models.      Constant *WriteFn;      Constant *AbortFn; @@ -87,7 +86,6 @@ namespace {        // This is a cluster of orthogonal Transforms        AU.addPreservedID(PromoteMemoryToRegisterID);        AU.addPreservedID(LowerSwitchID); -      AU.addPreservedID(LowerAllocationsID);      }    private:  | 
