remove redundant Compiler::memory scale parameter

This commit is contained in:
Joshua Warner
2014-04-30 23:46:26 -06:00
committed by Joshua Warner
parent f9b781149e
commit 9805ff94b4
3 changed files with 66 additions and 101 deletions

View File

@ -69,8 +69,7 @@ class Compiler {
virtual Operand* memory(Operand* base,
ir::Type type,
int displacement = 0,
Operand* index = 0,
unsigned scale = 1) = 0;
Operand* index = 0) = 0;
virtual Operand* threadRegister() = 0;