remove redundant Compiler::stackCall resultSize parameter

This commit is contained in:
Joshua Warner
2014-04-30 23:54:25 -06:00
committed by Joshua Warner
parent 1d466a800e
commit 8b1739dc0f
3 changed files with 19 additions and 22 deletions

View File

@ -91,7 +91,6 @@ class Compiler {
virtual Operand* stackCall(Operand* address,
unsigned flags,
TraceHandler* traceHandler,
unsigned resultSize,
ir::Type resultType,
unsigned argumentFootprint) = 0;