aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-06-19 05:32:41 +0000
committerBob Wilson <bob.wilson@apple.com>2010-06-19 05:32:41 +0000
commit31ef8e6663d41bc166b9061c4e9b0472889d49e8 (patch)
tree81ad272bd59ea30fc46e1359df4837f5639ddd87 /lib
parentdc076da4d25a447982c0629da91e322eda511cbf (diff)
downloadexternal_llvm-31ef8e6663d41bc166b9061c4e9b0472889d49e8.tar.gz
external_llvm-31ef8e6663d41bc166b9061c4e9b0472889d49e8.tar.bz2
external_llvm-31ef8e6663d41bc166b9061c4e9b0472889d49e8.zip
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMInstrNEON.td3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMInstrNEON.td b/lib/Target/ARM/ARMInstrNEON.td
index cc2fddd154..cb225f8044 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,