From: Jim Grosbach Date: Thu, 2 Dec 2010 16:30:58 +0000 (+0000) Subject: Fix copy/pasto in vmin.f32 encoding. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ce4fadf884a63527942882be449d5ea75593740f;p=oota-llvm.git Fix copy/pasto in vmin.f32 encoding. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120709 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrNEON.td b/lib/Target/ARM/ARMInstrNEON.td index 0df22f12369..f5b30c35d32 100644 --- a/lib/Target/ARM/ARMInstrNEON.td +++ b/lib/Target/ARM/ARMInstrNEON.td @@ -4739,7 +4739,7 @@ def : N3VSPat; // Vector Minimum used for single-precision FP let neverHasSideEffects = 1 in -def VMINfd_sfp : N3V<0, 0, 0b00, 0b1111, 0, 0, (outs DPR_VFP2:$Vd), +def VMINfd_sfp : N3V<0, 0, 0b10, 0b1111, 0, 0, (outs DPR_VFP2:$Vd), (ins DPR_VFP2:$Vn, DPR_VFP2:$Vm), N3RegFrm, IIC_VBIND, "vmin", "f32", "$Vd, $Vn, $Vm", "", []>; def : N3VSPat;