From d9ecd3108f32b33e38b5ba0ee3963062d6ecc115 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Mon, 26 Oct 2009 22:42:13 +0000 Subject: [PATCH] Fix ARM encoding typo: Opcod3 is not passed to ASuI parent class. Patch by Johnny Chen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85169 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMInstrFormats.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index 8225fd741bb..1c351e379e5 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -1125,8 +1125,8 @@ class ASuI opcod1, bits<4> opcod2, bits<4> opcod3, dag oops, dag iops, // Single precision unary, if no NEON // Same as ASuI except not available if NEON is enabled class ASuIn opcod1, bits<4> opcod2, bits<4> opcod3, dag oops, dag iops, - InstrItinClass itin, string opc, string asm, list pattern> - : ASuI { + InstrItinClass itin, string opc, string asm, list pattern> + : ASuI { list Predicates = [HasVFP2,DontUseNEONForFP]; } -- 2.11.0