mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Move some useful operands up into the all-targets .td
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47115 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -277,6 +277,9 @@ def i16imm : Operand<i16>;
|
||||
def i32imm : Operand<i32>;
|
||||
def i64imm : Operand<i64>;
|
||||
|
||||
def f32imm : Operand<f32>;
|
||||
def f64imm : Operand<f64>;
|
||||
|
||||
/// zero_reg definition - Special node to stand for the zero register.
|
||||
///
|
||||
def zero_reg;
|
||||
|
Reference in New Issue
Block a user