From 70497c696a91e7147d05898b56561edf990ba7a5 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Wed, 2 Dec 2015 23:06:39 +0000 Subject: Move EH-specific helper functions to a more appropriate place No functionality change is intended. llvm-svn: 254562 --- llvm/lib/CodeGen/DwarfEHPrepare.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/DwarfEHPrepare.cpp') diff --git a/llvm/lib/CodeGen/DwarfEHPrepare.cpp b/llvm/lib/CodeGen/DwarfEHPrepare.cpp index 0f6e1463f10..eae78a950d9 100644 --- a/llvm/lib/CodeGen/DwarfEHPrepare.cpp +++ b/llvm/lib/CodeGen/DwarfEHPrepare.cpp @@ -16,7 +16,7 @@ #include "llvm/ADT/BitVector.h" #include "llvm/ADT/Statistic.h" #include "llvm/Analysis/CFG.h" -#include "llvm/Analysis/LibCallSemantics.h" +#include "llvm/Analysis/EHPersonalities.h" #include "llvm/Analysis/TargetTransformInfo.h" #include "llvm/IR/Dominators.h" #include "llvm/IR/Function.h" -- cgit v1.2.3