Add missing operand. rdar://9694169

llvm-svn: 134078
This commit is contained in:
Evan Cheng 2011-06-29 17:14:00 +00:00
parent fc7dc596a4
commit 91e568589d

View 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>