Delete a line that I forgot to revert previously.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121719 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bob Wilson 2010-12-13 22:05:55 +00:00
parent 1e6f59608b
commit 4dedddce93

View File

@ -1668,7 +1668,6 @@ def SubReg_i32_lane : SDNodeXForm<imm, [{
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// Basic 2-register operations: single-, double- and quad-register. // 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, 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, bits<2> op17_16, bits<5> op11_7, bit op4, string OpcodeStr,
string Dt, ValueType ResTy, ValueType OpTy, SDNode OpNode> string Dt, ValueType ResTy, ValueType OpTy, SDNode OpNode>