ahatanak added inline comments.
================
Comment at: lib/Basic/TargetInfo.cpp:506
case '!': // Disparage severely.
case '*': // Ignore for choosing register preferences.
+ case 'i': // Ignore i as output constraint (match from the other chars)
----------------
If we are going to ignore 'i', should we ignore other constraints for immediate
operands too (for example, 'n', 'E", and 'F')?
https://reviews.llvm.org/D31383
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits