1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

fix include path in doc Extending LLVM

llvm-svn: 179503
This commit is contained in:
Jia Liu 2013-04-15 03:26:13 +00:00
parent 75ee7f1dca
commit 09426bc1e1

View File

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