[PATCH] D53765: [RFC prototype] Implementation of asm-goto support in LLVM
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 15 16:19:45 PST 2019
nickdesaulniers 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
----------------
s/adress/address/
================
Comment at: docs/LangRef.rst:6764
+ ``void``.
+#. '``fnty``': shall be the signature of the function being calledd. The
+ argument types must match the types implied by this signature. This
----------------
s/calledd/called/
================
Comment at: docs/LangRef.rst:6769
+ be called. In most cases, this is a direct function call, but
+ indirect ``callbrs``'s are just as possible, calling an arbitrary pointer
+ to function value.
----------------
s/callbrs/callbr/
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53765/new/
https://reviews.llvm.org/D53765
More information about the llvm-commits
mailing list