Finishes external call implementation.

This commit is contained in:
Christian Parpart
2020-02-14 11:59:04 +01:00
committed by chriseth
parent 96709b3285
commit c92fe69a60
5 changed files with 93 additions and 29 deletions
@@ -75,7 +75,9 @@ private:
std::vector<ASTPointer<Expression const>> const& _arguments
);
std::string fetchFreeMem() const;
/// @returns code that evaluates to the first unused memory slot (which does not have to
/// be empty).
static std::string freeMemory();
/// Generates the required conversion code and @returns an IRVariable referring to the value of @a _variable
/// converted to type @a _to.