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/MachineModuleInfo.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/MachineModuleInfo.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineModuleInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp index 18efcf39c45..1956a701d8e 100644 --- a/llvm/lib/CodeGen/MachineModuleInfo.cpp +++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp @@ -10,7 +10,7 @@ #include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/ADT/PointerUnion.h" #include "llvm/ADT/TinyPtrVector.h" -#include "llvm/Analysis/LibCallSemantics.h" +#include "llvm/Analysis/EHPersonalities.h" #include "llvm/Analysis/ValueTracking.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineFunctionPass.h" |