diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-12-13 22:05:55 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-12-13 22:05:55 +0000 |
commit | 9c00c014ab9f671e5aa830aa17c267fafcad39e8 (patch) | |
tree | a20668d473552ccf4eb1d5e1051d1a64104e13fd /llvm/lib | |
parent | 9b3546d8772358a2acd94c129c56e6c074ca0966 (diff) | |
download | bcm5719-llvm-9c00c014ab9f671e5aa830aa17c267fafcad39e8.tar.gz bcm5719-llvm-9c00c014ab9f671e5aa830aa17c267fafcad39e8.zip |
Delete a line that I forgot to revert previously.
llvm-svn: 121719
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/ARMInstrNEON.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrNEON.td b/llvm/lib/Target/ARM/ARMInstrNEON.td index a6ab0d76550..d865c26db70 100644 --- a/llvm/lib/Target/ARM/ARMInstrNEON.td +++ b/llvm/lib/Target/ARM/ARMInstrNEON.td @@ -1668,7 +1668,6 @@ def SubReg_i32_lane : SDNodeXForm<imm, [{ //===----------------------------------------------------------------------===// // Basic 2-register operations: single-, double- and quad-register. -let neverHasSideEffects = 1 in class N2VD<bits<2> op24_23, bits<2> op21_20, bits<2> op19_18, bits<2> op17_16, bits<5> op11_7, bit op4, string OpcodeStr, string Dt, ValueType ResTy, ValueType OpTy, SDNode OpNode> |