Remove Yul instruction PC and adapt tests accordingly.

This commit is contained in:
Christian Parpart
2020-06-03 12:49:23 +02:00
parent 894478ff8c
commit 9820df58ab
4 changed files with 13 additions and 10 deletions
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// Warning: (61-63): The "pc" instruction is deprecated and will be removed in the next breaking release.
// SyntaxError: (61-63): PC instruction is a low-level EVM feature. Because of that PC is disallowed in strict assembly.