From: Bob Wilson Date: Sat, 19 Jun 2010 05:32:41 +0000 (+0000) Subject: Remove a fixme comment that is no longer relevant. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=31ef8e6663d41bc166b9061c4e9b0472889d49e8;p=oota-llvm.git Remove a fixme comment that is no longer relevant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106382 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrNEON.td b/lib/Target/ARM/ARMInstrNEON.td index cc2fddd154b..cb225f80449 100644 --- a/lib/Target/ARM/ARMInstrNEON.td +++ b/lib/Target/ARM/ARMInstrNEON.td @@ -2850,9 +2850,6 @@ def vmovImm64 : PatLeaf<(build_vector), [{ return ARM::getNEONModImm(N, 8, true, *CurDAG).getNode() != 0; }], VMOV_get_imm64>; -// Note: Some of the cmode bits in the following VMOV instructions need to -// be encoded based on the immed values. - let isReMaterializable = 1 in { def VMOVv8i8 : N1ModImm<1, 0b000, 0b1110, 0, 0, 0, 1, (outs DPR:$dst), (ins nModImm:$SIMM), IIC_VMOVImm,