Author: mohit.bhakkad Date: Fri Oct 9 01:34:52 2015 New Revision: 249809 URL: http://llvm.org/viewvc/llvm-project?rev=249809&view=rev Log: Addressing warning due to rL249651
Modified: lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp Modified: lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp?rev=249809&r1=249808&r2=249809&view=diff ============================================================================== --- lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp (original) +++ lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp Fri Oct 9 01:34:52 2015 @@ -1142,10 +1142,7 @@ EmulateInstructionMIPS::Emulate_SWSP (ll // We look for sp based non-volatile register stores. if (base == dwarf_sp_mips && nonvolatile_reg_p (src)) { - uint32_t address; - RegisterInfo reg_info_base; RegisterInfo reg_info_src; - Context context; RegisterValue data_src; context.type = eContextPushRegisterOnStack; _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits