mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
remove redundant f2i & i2f aType parameter
This commit is contained in:
committed by
Joshua Warner
parent
c9313d5802
commit
b853f1a594
@ -137,8 +137,8 @@ class Compiler {
|
||||
virtual void nullaryOp(lir::Operation op) = 0;
|
||||
|
||||
virtual ir::Value* f2f(ir::Type resType, ir::Value* a) = 0;
|
||||
virtual ir::Value* f2i(ir::Type aType, ir::Type resType, ir::Value* a) = 0;
|
||||
virtual ir::Value* i2f(ir::Type aType, ir::Type resType, ir::Value* a) = 0;
|
||||
virtual ir::Value* f2i(ir::Type resType, ir::Value* a) = 0;
|
||||
virtual ir::Value* i2f(ir::Type resType, ir::Value* a) = 0;
|
||||
|
||||
virtual void compile(uintptr_t stackOverflowHandler,
|
||||
unsigned stackLimitOffset) = 0;
|
||||
|
Reference in New Issue
Block a user