jasonmolenda added a comment.

Yeah, looks good.  You'll only see this on i386 because the SysV ABI require 
4-byte stack alignment.  On x86_64 it's 16-byte so the compiler doesn't need to 
emit the AND instruction to realign it.  On darwin we required 16 byte 
alignment on i386 too so we never saw this problem there.


Repository:
  rL LLVM

https://reviews.llvm.org/D34750



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

Reply via email to