From: Owen Anderson Date: Tue, 16 Aug 2011 23:45:44 +0000 (+0000) Subject: Separate out Thumb1 instructions that need an S bit operand from those that do not... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=16280308ac6f20d9da06eafcc19e4a6777f49750;p=oota-llvm.git Separate out Thumb1 instructions that need an S bit operand from those that do not, for the purposes of decoding them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137787 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index fecc6bfdef8..ef5834b0acf 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -902,6 +902,7 @@ class Thumb1sI Predicates = [IsThumb, IsThumb1Only]; + let DecoderNamespace = "ThumbSBit"; } class T1sI