Move EH-specific helper functions to a more appropriate place

No functionality change is intended.

llvm-svn: 254562
This commit is contained in:
David Majnemer
2015-12-02 23:06:39 +00:00
parent ef350e6a85
commit 70497c696a
20 changed files with 100 additions and 147 deletions

View File

@@ -17,7 +17,7 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Analysis/ConstantFolding.h"
#include "llvm/Analysis/LibCallSemantics.h"
#include "llvm/Analysis/EHPersonalities.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunctionInitializer.h"