summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2015-04-02 15:20:04 +0000
committerEli Bendersky <eliben@google.com>2015-04-02 15:20:04 +0000
commit45324cec5f3f00e75d4c641a19c0b547ed639728 (patch)
tree2014ded747932b4ed27391ecf838e693184d14a3 /llvm/docs
parentb9e15b2e942c004710df69f14bbcc2aa373334bf (diff)
downloadbcm5719-llvm-45324cec5f3f00e75d4c641a19c0b547ed639728.tar.gz
bcm5719-llvm-45324cec5f3f00e75d4c641a19c0b547ed639728.zip
Fix typo and reword in LangRef
Patch by Douglas Katzman Differential Revision: http://reviews.llvm.org/D8785 llvm-svn: 233920
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 5eaea1ce35c..e0d45bca64f 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -348,13 +348,13 @@ added in the future:
"``anyregcc``" - Dynamic calling convention for code patching
This is a special convention that supports patching an arbitrary code
sequence in place of a call site. This convention forces the call
- arguments into registers but allows them to be dynamcially
+ arguments into registers but allows them to be dynamically
allocated. This can currently only be used with calls to
llvm.experimental.patchpoint because only this intrinsic records
the location of its arguments in a side table. See :doc:`StackMaps`.
"``preserve_mostcc``" - The `PreserveMost` calling convention
- This calling convention attempts to make the code in the caller as little
- intrusive as possible. This calling convention behaves identical to the `C`
+ This calling convention attempts to make the code in the caller as
+ unintrusive as possible. This convention behaves identically to the `C`
calling convention on how arguments and return values are passed, but it
uses a different set of caller/callee-saved registers. This alleviates the
burden of saving and recovering a large register set before and after the
OpenPOWER on IntegriCloud