mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fixed typo in LangRef where we were using _'' to quote instead of the correct _.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
25b9bbae69
commit
550d9bf984
@ -820,7 +820,7 @@ example:
|
||||
``builtin``
|
||||
This indicates that the callee function at a call site should be
|
||||
recognized as a built-in function, even though the function's declaration
|
||||
uses the ``nobuiltin'' attribute. This is only valid at call sites for
|
||||
uses the ``nobuiltin`` attribute. This is only valid at call sites for
|
||||
direct calls to functions which are declared with the ``nobuiltin``
|
||||
attribute.
|
||||
``cold``
|
||||
|
Loading…
Reference in New Issue
Block a user