diff --git a/lib/cretonne/meta/isa/intel/instructions.py b/lib/cretonne/meta/isa/intel/instructions.py index 82ff8ec90d..42dd8074bd 100644 --- a/lib/cretonne/meta/isa/intel/instructions.py +++ b/lib/cretonne/meta/isa/intel/instructions.py @@ -100,8 +100,7 @@ fmax = Instruction( ins=(x, y), outs=a) -Int = TypeVar('Int', 'A scalar integer type', ints=True) -x = Operand('x', Int) +x = Operand('x', iWord) push = Instruction( 'x86_push', "Pushes onto the stack.",