v6 sync insn copy/paste error

llvm-svn: 91333
This commit is contained in:
Jim Grosbach 2009-12-14 21:33:32 +00:00
parent 3c4f04112a
commit 3974a80307
1 changed files with 1 additions and 1 deletions

View File

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