Skip to content

Commit f307649

Browse files
committed
fix include path in doc Extending LLVM
llvm-svn: 179503
1 parent 95e6ea6 commit f307649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/ExtendingLLVM.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function and then be turned into an instruction if warranted.
4545
what the restrictions are. Talk to other people about it so that you are
4646
sure it's a good idea.
4747

48-
#. ``llvm/include/llvm/Intrinsics*.td``:
48+
#. ``llvm/include/llvm/IR/Intrinsics*.td``:
4949

5050
Add an entry for your intrinsic. Describe its memory access characteristics
5151
for optimization (this controls whether it will be DCE'd, CSE'd, etc). Note

0 commit comments

Comments
 (0)