don't duplicate information, particularly when it's out of date!
authorChris Lattner <sabre@nondot.org>
Wed, 11 May 2005 03:35:57 +0000 (03:35 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 May 2005 03:35:57 +0000 (03:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21852 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index bf7a45d6c4c121e4cfb20f26f7e9ea30e84d6db1..5e1ddaa1be1463c391ec580c2c4ced90fa93bb59 100644 (file)
@@ -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>