diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2010-06-19 05:32:41 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2010-06-19 05:32:41 +0000 |
| commit | 6d12973143b1b3d76734a244fb8d72cbcf975c8b (patch) | |
| tree | 03b0f9d8225c09955a2d14fb1ae0a9aa9df0c6fb | |
| parent | 0ae08935f6dd670f2045e67ba55b1e35b1ad386d (diff) | |
| download | bcm5719-llvm-6d12973143b1b3d76734a244fb8d72cbcf975c8b.tar.gz bcm5719-llvm-6d12973143b1b3d76734a244fb8d72cbcf975c8b.zip | |
Remove a fixme comment that is no longer relevant.
llvm-svn: 106382
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrNEON.td | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrNEON.td b/llvm/lib/Target/ARM/ARMInstrNEON.td index cc2fddd154b..cb225f80449 100644 --- a/llvm/lib/Target/ARM/ARMInstrNEON.td +++ b/llvm/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, |

