projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e6ea6
)
fix include path in doc Extending LLVM
author
Jia Liu
<proljc@gmail.com>
Mon, 15 Apr 2013 03:26:13 +0000
(
03:26
+0000)
committer
Jia Liu
<proljc@gmail.com>
Mon, 15 Apr 2013 03:26:13 +0000
(
03:26
+0000)
llvm-svn: 179503
llvm/docs/ExtendingLLVM.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/ExtendingLLVM.rst
b/llvm/docs/ExtendingLLVM.rst
index
3d8e9ee
..
3ae676a
100644
(file)
--- 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/I
R/I
ntrinsics*.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