mamai added a comment.

Scalar::operator<<= works well as-is because it uses  APInt 
&operator<<=(unsigned shiftAmt), whereas the right shift equivalent is not 
implemented. Should I add APInt &operator>>=, or should I change 
Scalar::operator<<=  for consistency ?


Repository:
  rL LLVM

http://reviews.llvm.org/D16868



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to