summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit0ac49c6eabc462aaa11139436493da7f06e044bf (patch)
tree4ab859935818682e2d2c4d58009e913ada2f548b /llvm
parent0c14ce1dbfa35ee5c58ac96e4de6a54a86daac54 (diff)
downloadbcm5719-llvm-0ac49c6eabc462aaa11139436493da7f06e044bf.tar.gz
bcm5719-llvm-0ac49c6eabc462aaa11139436493da7f06e044bf.zip
Add missing operand. rdar://9694169
llvm-svn: 134078
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 7823f12ffff..74b2391e294 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud