1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Delete a line that I forgot to revert previously.

llvm-svn: 121719
This commit is contained in:
Bob Wilson 2010-12-13 22:05:55 +00:00
parent 074095ddf2
commit 203303291f

View 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>