On 06/18/2014 03:57 PM, Kyle McMartin wrote: > pretty sure we need a similar fix for tlsgd_small, since __tls_get_addr > could clobber CC as well.
As I replied in IRC, no, because tlsgd_small is modeled with an actual CALL_INSN, and thus call-clobbered registers work as normal. r~