From: Rafael Espindola Date: Tue, 10 May 2011 21:54:59 +0000 (+0000) Subject: Initialize moveTypeModule. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=354c82bdf554bc5e6fa5c77f7c357577860d66d8;p=oota-llvm.git Initialize moveTypeModule. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131157 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp b/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp index e7a7593be3b..91b7d08c6ae 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp @@ -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() {}