Skip to content

Commit

Permalink
fix include path in doc Extending LLVM
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179503 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
J-Liu committed Apr 15, 2013
1 parent 00e86ad commit fd975b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ExtendingLLVM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd975b0

Please sign in to comment.