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
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to