diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-12-14 21:33:32 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-12-14 21:33:32 +0000 |
commit | 80dd125e173e059783afef782df2ab895c643da5 (patch) | |
tree | a6884f74774d2cd525be7e7b10266fdfc786a3fa | |
parent | 7c03dbd8ede6f43063df56eaa6d63f7ae1721892 (diff) | |
download | external_llvm-80dd125e173e059783afef782df2ab895c643da5.zip external_llvm-80dd125e173e059783afef782df2ab895c643da5.tar.gz external_llvm-80dd125e173e059783afef782df2ab895c643da5.tar.bz2 |
v6 sync insn copy/paste error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91333 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index b01b871..4527a90 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -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 |