diff options
| author | David Majnemer <david.majnemer@gmail.com> | 2015-12-02 23:06:39 +0000 |
|---|---|---|
| committer | David Majnemer <david.majnemer@gmail.com> | 2015-12-02 23:06:39 +0000 |
| commit | 70497c696a91e7147d05898b56561edf990ba7a5 (patch) | |
| tree | 12ced1b77b74e9a2373d85f4cae11156ab5c3261 /llvm/lib/CodeGen/DwarfEHPrepare.cpp | |
| parent | ef350e6a85b1c9b79257bc22424660d3f488816c (diff) | |
| download | bcm5719-llvm-70497c696a91e7147d05898b56561edf990ba7a5.tar.gz bcm5719-llvm-70497c696a91e7147d05898b56561edf990ba7a5.zip | |
Move EH-specific helper functions to a more appropriate place
No functionality change is intended.
llvm-svn: 254562
Diffstat (limited to 'llvm/lib/CodeGen/DwarfEHPrepare.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/DwarfEHPrepare.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |

