================
@@ -5489,6 +5489,90 @@ class CodeGenFunction : public CodeGenTypeCache {
                      QualType InputType, std::string &ConstraintStr,
                      SourceLocation Loc);
 
+  /// This structure holds the information gathered about the constraints for 
an
+  /// inline assembly statement. It helps in separating the constraint
+  /// processing from the code generation.
+  struct AsmConstraintsInfo {
----------------
bwendling wrote:

Any further comments?

https://github.com/llvm/llvm-project/pull/196885
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to