diff options
author | Jia Liu <proljc@gmail.com> | 2013-04-15 03:26:13 +0000 |
---|---|---|
committer | Jia Liu <proljc@gmail.com> | 2013-04-15 03:26:13 +0000 |
commit | f3076492c29b2e1c32e178af80a3fe78e87ee6e0 (patch) | |
tree | 0945cddb12144cf7905308f913d1e8aac9b8ad83 /llvm/docs/ExtendingLLVM.rst | |
parent | 95e6ea69be83c4a293de4a7f092dba61f5af7bb0 (diff) | |
download | bcm5719-llvm-f3076492c29b2e1c32e178af80a3fe78e87ee6e0.tar.gz bcm5719-llvm-f3076492c29b2e1c32e178af80a3fe78e87ee6e0.zip |
fix include path in doc Extending LLVM
llvm-svn: 179503
Diffstat (limited to 'llvm/docs/ExtendingLLVM.rst')
-rw-r--r-- | llvm/docs/ExtendingLLVM.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ExtendingLLVM.rst b/llvm/docs/ExtendingLLVM.rst index 3d8e9ee79a4..3ae676a1b6e 100644 --- a/llvm/docs/ExtendingLLVM.rst +++ b/llvm/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 |