Take special functions that require literals into account.

This commit is contained in:
chriseth
2019-01-07 17:23:38 +01:00
parent 9f5d34af7d
commit 5b73c2ae3b
13 changed files with 58 additions and 17 deletions
@@ -26,6 +26,8 @@
namespace yul
{
struct Dialect;
/**
* Optimisation stage that replaces expressions known to be the current value of a variable
* in scope by a reference to that variable.