mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-06 20:10:26 +00:00
Initialize moveTypeModule.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131157 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f33d677a9
commit
354c82bdf5
@ -41,8 +41,8 @@ using namespace llvm;
|
||||
|
||||
DwarfCFIException::DwarfCFIException(AsmPrinter *A)
|
||||
: DwarfException(A),
|
||||
shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false)
|
||||
{}
|
||||
shouldEmitPersonality(false), shouldEmitLSDA(false), shouldEmitMoves(false),
|
||||
moveTypeModule(AsmPrinter::CFI_M_None) {}
|
||||
|
||||
DwarfCFIException::~DwarfCFIException() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user