remove redundant Compiler::load srcSelectType parameter

This commit is contained in:
Joshua Warner
2014-05-01 11:52:13 -06:00
parent 4c4cc49510
commit 00253ce528
3 changed files with 3 additions and 31 deletions

View File

@ -117,7 +117,6 @@ class Compiler {
Operand* dst) = 0;
virtual Operand* load(ir::SignExtendMode signExtend,
ir::Type srcType,
ir::Type srcSelectType,
Operand* src,
ir::Type dstType) = 0;