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
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 @@
 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>