The argument to SimplifyConstraint() would omit the first character (always 
'=') and the function preserved the '&', giving '&r' as the result of 
SimplifyConstraint(). Each of the paths of AddVariableConstraints() that 
returned Constraint unmodified would also preserve the '&'. Then the code I 
added would prepend '=&' for the early clobber case giving '=&&r'.


http://reviews.llvm.org/D7346

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to