Fix warning in DwarfCFIException. NFC

llvm-svn: 262061
This commit is contained in:
Amaury Sechet 2016-02-26 20:49:07 +00:00
parent d68c435a5d
commit b2055c53ba
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void DwarfCFIExceptionBase::endFragment() {
DwarfCFIException::DwarfCFIException(AsmPrinter *A)
: DwarfCFIExceptionBase(A), shouldEmitPersonality(false),
shouldEmitLSDA(false), forceEmitPersonality(false),
forceEmitPersonality(false), shouldEmitLSDA(false),
shouldEmitMoves(false), moveTypeModule(AsmPrinter::CFI_M_None) {}
DwarfCFIException::~DwarfCFIException() {}