Re: [Lldb-commits] [lldb] r281534 - Cleaned up a little bit of redundant code in 'frame diagnose.`

2016-09-14 Thread Sean Callanan via lldb-commits
Okay, one sec. Sean > On Sep 14, 2016, at 1:40 PM, Zachary Turner wrote: > > > > On Wed, Sep 14, 2016 at 1:38 PM Sean Callanan via lldb-commits > > wrote: > > Instruction::Operand *origin_operand =

Re: [Lldb-commits] [lldb] r281534 - Cleaned up a little bit of redundant code in 'frame diagnose.`

2016-09-14 Thread Zachary Turner via lldb-commits
On Wed, Sep 14, 2016 at 1:38 PM Sean Callanan via lldb-commits < lldb-commits@lists.llvm.org> wrote: > > Instruction::Operand *origin_operand = nullptr; > -if (operands[0].m_type == Instruction::Operand::Type::Register && > -operands[0].m_clobbered == true &&