summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-06-29 17:14:00 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-06-29 17:14:00 +0000
commit0b0669a0568331122e545c93c6580786cf0cafdd (patch)
tree107eb0edbc65633d0099fe55afd2aed336b0394b /docs
parentce77aa3edc0d07c8a2b9a613d9b57457dee43425 (diff)
downloadllvm-0b0669a0568331122e545c93c6580786cf0cafdd.tar.gz
llvm-0b0669a0568331122e545c93c6580786cf0cafdd.tar.bz2
llvm-0b0669a0568331122e545c93c6580786cf0cafdd.tar.xz
Add missing operand. rdar://9694169
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 7823f12fff..74b2391e29 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -7309,7 +7309,7 @@ LLVM</a>.</p>
store i32 4, %ptr
%result1 = load i32* %ptr <i>; yields {i32}:result1 = 4</i>
- call void @llvm.memory.barrier(i1 false, i1 true, i1 false, i1 false)
+ call void @llvm.memory.barrier(i1 false, i1 true, i1 false, i1 false, i1 true)
<i>; guarantee the above finishes</i>
store i32 8, %ptr <i>; before this begins</i>
</pre>