[PATCH] D53765: [RFC prototype] Implementation of asm-goto support in LLVM
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 15 16:27:32 PST 2019
craig.topper marked an inline comment as done.
craig.topper added inline comments.
================
Comment at: docs/LangRef.rst:6758
+ are valid here.
+#. The optional addrspace attribute can be used to indicate the adress space
+ of the called function. If it is not specified, the program address space
----------------
nickdesaulniers wrote:
> s/adress/address/
That typo exists in Call and Invoke too. Fixed those in r351279
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53765/new/
https://reviews.llvm.org/D53765
More information about the llvm-commits
mailing list