Add missing operand. rdar://9694169
authorEvan Cheng <evan.cheng@apple.com>
Wed, 29 Jun 2011 17:14:00 +0000 (17:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 29 Jun 2011 17:14:00 +0000 (17:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134078 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 7823f12ffff56a6ee343dacbccc1eacc3d016733..74b2391e294ac261aeba7bd5d4c7b5ca7a27e1fb 100644 (file)
@@ -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>