diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-08-12 20:46:17 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-08-12 20:46:17 +0000 |
commit | 1adc40cac314b0a77b790b094bca146a3a868452 (patch) | |
tree | d2fa4aeb530f1165aece9bfbdc393780c11dc4af /utils/TableGen/EDEmitter.cpp | |
parent | fff2c4726baa0d6c9cb184c815677e33c0357c93 (diff) | |
download | external_llvm-1adc40cac314b0a77b790b094bca146a3a868452.zip external_llvm-1adc40cac314b0a77b790b094bca146a3a868452.tar.gz external_llvm-1adc40cac314b0a77b790b094bca146a3a868452.tar.bz2 |
Cleaned up the for-disassembly-only entries in the arm instruction table so that
the memory barrier variants (other than 'SY' full system domain read and write)
are treated as one instruction with option operand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110951 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/EDEmitter.cpp')
-rw-r--r-- | utils/TableGen/EDEmitter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/EDEmitter.cpp b/utils/TableGen/EDEmitter.cpp index a640a74..8706ed5 100644 --- a/utils/TableGen/EDEmitter.cpp +++ b/utils/TableGen/EDEmitter.cpp @@ -599,6 +599,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type, IMM("cps_opt"); IMM("vfp_f64imm"); IMM("vfp_f32imm"); + IMM("memb_opt"); IMM("msr_mask"); IMM("neg_zero"); IMM("imm0_31"); |