projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4b8387
)
Fix typo noticed by 'Danny' in PR1901
author
Chris Lattner
<sabre@nondot.org>
Sun, 6 Jan 2008 19:51:52 +0000
(19:51 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 6 Jan 2008 19:51:52 +0000
(19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45661
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 51c308c0a96ba841135361bf91d6b1412308331d..1e45e6317871b1c562b80d37962498dfd3e0e58e 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-4498,7
+4498,7
@@
be set to 0 or 1.
<p>
The '<tt>llvm.memmove.*</tt>' intrinsics move a block of memory from the source
location to the destination location. It is similar to the
-'<tt>llvm.memc
mp
</tt>' intrinsic but allows the two memory locations to overlap.
+'<tt>llvm.memc
py
</tt>' intrinsic but allows the two memory locations to overlap.
</p>
<p>