MaskRay added inline comments.

================
Comment at: clang/docs/LanguageExtensions.rst:1273
+      int y;
+      asm goto("# %0 %1 %2" : "=r"(y) : "r"(x) : : err);
+      return y;
----------------
Is the canonical spelling `%l2`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73319



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

Reply via email to