sagar added inline comments. ================ Comment at: include/lldb/Core/RegisterValue.h:185 @@ -190,1 +184,3 @@ + llvm::APInt + GetAsUInt128 (llvm::APInt& fail_value, bool *success_ptr = NULL) const; ---------------- ovyalov wrote: > Could you pass fail_value as a const reference? Yes, I have changed fail_value to const reference.
Repository: rL LLVM http://reviews.llvm.org/D12100 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits