Remove a fixme comment that is no longer relevant.
authorBob Wilson <bob.wilson@apple.com>
Sat, 19 Jun 2010 05:32:41 +0000 (05:32 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 19 Jun 2010 05:32:41 +0000 (05:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106382 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrNEON.td

index cc2fddd154b5180b31a2b91ea5d60dd64832042a..cb225f80449ff485d15b876dd97e31b8aca0de16 100644 (file)
@@ -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,