diff options
-rw-r--r-- | lib/Target/ARM/ARMInstrNEON.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrNEON.td b/lib/Target/ARM/ARMInstrNEON.td index dbbf4039ff..d8589dd251 100644 --- a/lib/Target/ARM/ARMInstrNEON.td +++ b/lib/Target/ARM/ARMInstrNEON.td @@ -4291,8 +4291,6 @@ let neverHasSideEffects = 1 in { def VMOVQQ : PseudoInst<(outs QQPR:$dst), (ins QQPR:$src), NoItinerary, []>; -def VMOVQQQQ : PseudoInst<(outs QQQQPR:$dst), (ins QQQQPR:$src), - NoItinerary, []>; } // neverHasSideEffects // VMOV : Vector Move (Immediate) |