mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
remove redundant f2f aType parameter
This commit is contained in:
committed by
Joshua Warner
parent
963b371e04
commit
c843a97e23
@ -136,7 +136,7 @@ class Compiler {
|
||||
ir::Value* a) = 0;
|
||||
virtual void nullaryOp(lir::Operation op) = 0;
|
||||
|
||||
virtual ir::Value* f2f(ir::Type aType, ir::Type resType, ir::Value* a) = 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;
|
||||
|
||||
|
Reference in New Issue
Block a user