mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Add missing operand. rdar://9694169
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134078 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ce77aa3edc
commit
0b0669a056
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user