remove redundant Compiler::store dstType parameter

This commit is contained in:
Joshua Warner
2014-05-01 00:04:51 -06:00
committed by Joshua Warner
parent 0ee3eec478
commit 9c98986f99
3 changed files with 7 additions and 25 deletions

View File

@ -109,7 +109,6 @@ class Compiler {
virtual void store(ir::Type srcType,
Operand* src,
ir::Type dstType,
Operand* dst) = 0;
virtual Operand* load(unsigned srcSize, unsigned srcSelectSize, Operand* src,
unsigned dstSize) = 0;