diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-08-20 00:40:14 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-08-20 00:40:14 +0000 |
commit | bdc18572bef8408716b54d2a4956e6627fd5f40a (patch) | |
tree | 59efa18be20807ef236c3bf2f686a8c0e9fd51a8 | |
parent | f909c6692a1f0b5b8785bcaaf4d3843b6dc953f7 (diff) |
Remove VMOVQQQQ pseudo instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138174 91177308-0d34-0410-b5e6-96231b3b80d8
-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) |