diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-02-07 22:09:15 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-02-07 22:09:15 +0000 |
commit | 706d946cfe44fa93f482c3a56ed42d52ca81b257 (patch) | |
tree | e5b1b1c229050b6025b1f101a130d3450b2e9cfc /lib/Target/ARM/ARMInstrInfo.td | |
parent | 480d1e3a67751c9c809e9ce047ad7e4b23bab9f1 (diff) | |
download | external_llvm-706d946cfe44fa93f482c3a56ed42d52ca81b257.zip external_llvm-706d946cfe44fa93f482c3a56ed42d52ca81b257.tar.gz external_llvm-706d946cfe44fa93f482c3a56ed42d52ca81b257.tar.bz2 |
Add support for parsing dmb/dsb instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrInfo.td')
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 01ae5df..961649b 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -3191,6 +3191,7 @@ def MVNCCi : AI1<0b1111, (outs GPR:$Rd), def memb_opt : Operand<i32> { let PrintMethod = "printMemBOption"; + let ParserMatchClass = MemBarrierOptOperand; } // memory barriers protect the atomic sequences |