remove redundant Compiler::stackCall footprint argument

This commit is contained in:
Joshua Warner
2014-05-01 17:04:36 -06:00
parent 3c9a453d17
commit 69edeaadee
5 changed files with 7 additions and 29 deletions

View File

@ -92,7 +92,6 @@ class Compiler {
unsigned flags,
TraceHandler* traceHandler,
ir::Type resultType,
unsigned argumentFootprint,
util::Slice<ir::Value*> arguments) = 0;
virtual void return_(ir::Type type, ir::Value* value) = 0;