[llvm] r179503 - fix include path in doc Extending LLVM

Jia Liu proljc at gmail.com
Sun Apr 14 20:26:13 PDT 2013


Author: jialiu
Date: Sun Apr 14 22:26:13 2013
New Revision: 179503

URL: http://llvm.org/viewvc/llvm-project?rev=179503&view=rev
Log:
fix include path in doc Extending LLVM

Modified:
    llvm/trunk/docs/ExtendingLLVM.rst

Modified: llvm/trunk/docs/ExtendingLLVM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExtendingLLVM.rst?rev=179503&r1=179502&r2=179503&view=diff
==============================================================================
--- llvm/trunk/docs/ExtendingLLVM.rst (original)
+++ llvm/trunk/docs/ExtendingLLVM.rst Sun Apr 14 22:26:13 2013
@@ -45,7 +45,7 @@ function and then be turned into an inst
    what the restrictions are.  Talk to other people about it so that you are
    sure it's a good idea.
 
-#. ``llvm/include/llvm/Intrinsics*.td``:
+#. ``llvm/include/llvm/IR/Intrinsics*.td``:
 
    Add an entry for your intrinsic.  Describe its memory access characteristics
    for optimization (this controls whether it will be DCE'd, CSE'd, etc). Note





More information about the llvm-commits mailing list