mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 18:24:38 +00:00
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:
@ -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>
|
||||||
|
Reference in New Issue
Block a user