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 | 90391c18998d4c036160d8aa1c5d4cde6044e179 (patch) | |
| tree | c790ce7d68f57e3c2791799ef6a3b9d25ec28385 | |
| parent | c18e92f3cd6544641f400cc3ebb3676701cac3c4 (diff) | |
| download | bcm5719-llvm-90391c18998d4c036160d8aa1c5d4cde6044e179.tar.gz bcm5719-llvm-90391c18998d4c036160d8aa1c5d4cde6044e179.zip | |
don't duplicate information, particularly when it's out of date!
llvm-svn: 21852
| -rw-r--r-- | llvm/docs/LangRef.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index bf7a45d6c4c..5e1ddaa1be1 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |

