Delete a line that I forgot to revert previously.
authorBob Wilson <bob.wilson@apple.com>
Mon, 13 Dec 2010 22:05:55 +0000 (22:05 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 13 Dec 2010 22:05:55 +0000 (22:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121719 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrNEON.td

index a6ab0d7655037e590f3169ea54b0882d7e3bb9cb..d865c26db7057185a2c3f74853768977c57f9bd5 100644 (file)
@@ -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>