mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
v6 sync insn copy/paste error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91333 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c03dbd8ed
commit
80dd125e17
@ -1612,7 +1612,7 @@ def Int_MemBarrierV6 : AInoP<(outs), (ins GPR:$zero),
|
||||
|
||||
def Int_SyncBarrierV6 : AInoP<(outs), (ins GPR:$zero),
|
||||
Pseudo, NoItinerary,
|
||||
"mcr", "\tp15, 0, $zero, c7, c10, 5",
|
||||
"mcr", "\tp15, 0, $zero, c7, c10, 4",
|
||||
[(ARMSyncBarrierV6 GPR:$zero)]>,
|
||||
Requires<[IsARM, HasV6]> {
|
||||
// FIXME: add support for options other than a full system DSB
|
||||
|
Loading…
x
Reference in New Issue
Block a user