diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-11 03:35:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-11 03:35:57 +0000 |
commit | 590cff389da241ab6cdca5f3fa53f019f17a0b4f (patch) | |
tree | 1e901eb04ecb8515e4ad495f57fd128270944a5d /docs/LangRef.html | |
parent | 6d5857e139df71410e98ccf6cd0e783f90a9fc16 (diff) | |
download | external_llvm-590cff389da241ab6cdca5f3fa53f019f17a0b4f.zip external_llvm-590cff389da241ab6cdca5f3fa53f019f17a0b4f.tar.gz external_llvm-590cff389da241ab6cdca5f3fa53f019f17a0b4f.tar.bz2 |
don't duplicate information, particularly when it's out of date!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index bf7a45d..5e1ddaa 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2328,12 +2328,8 @@ function. Additionally, because intrinsic functions are part of the LLVM language, it is required that they all be documented here if any are added.</p> -<p> -Adding an intrinsic to LLVM is straight-forward if it is possible to express the -concept in LLVM directly (ie, code generator support is not _required_). To do -this, extend the default implementation of the IntrinsicLowering class to handle -the intrinsic. Code generators use this class to lower intrinsics they do not -understand to raw LLVM instructions that they do. +<p>To learn how to add an intrinsics, please see the <a +href="ExtendingLLVM.html">Extending LLVM Guide</a>. </p> </div> |