summaryrefslogtreecommitdiff
path: root/docs/ExtendingLLVM.rst
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2013-04-15 03:26:13 +0000
committerJia Liu <proljc@gmail.com>2013-04-15 03:26:13 +0000
commitfd975b076240ac1199c23cb6cd899a3b73c9f3e0 (patch)
treebc33081bcaa07142bbdf7230590ac6f3bef05ed3 /docs/ExtendingLLVM.rst
parent00e86ad167e2d151d819ae7b691dadf9e1d9418c (diff)
downloadllvm-fd975b076240ac1199c23cb6cd899a3b73c9f3e0.tar.gz
llvm-fd975b076240ac1199c23cb6cd899a3b73c9f3e0.tar.bz2
llvm-fd975b076240ac1199c23cb6cd899a3b73c9f3e0.tar.xz
fix include path in doc Extending LLVM
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExtendingLLVM.rst')
-rw-r--r--docs/ExtendingLLVM.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ExtendingLLVM.rst b/docs/ExtendingLLVM.rst
index 3d8e9ee79a..3ae676a1b6 100644
--- a/docs/ExtendingLLVM.rst
+++ b/docs/ExtendingLLVM.rst
@@ -45,7 +45,7 @@ function and then be turned into an instruction if warranted.
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