aaron.ballman added inline comments.
================
Comment at: clang/lib/CodeGen/CGStmt.cpp:2095
+    if (!GCCReg.empty() && !PhysRegOutputs.insert(GCCReg).second)
+      CGM.Error(S.getAsmLoc(), "Multiple outputs to hard register: " + GCCReg);
+
----------------
Diagnostics in Clang are typically not grammatically correct, so I think it 
should be `multiple` instead of `Multiple`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87279/new/

https://reviews.llvm.org/D87279

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

Reply via email to