mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
IR: Generate inline asm blocks
This commit is contained in:
@@ -91,7 +91,7 @@ Expression ASTCopier::operator()(FunctionalInstruction const& _instruction)
|
||||
|
||||
Expression ASTCopier::operator()(Identifier const& _identifier)
|
||||
{
|
||||
return Identifier{_identifier.location, translateIdentifier(_identifier.name)};
|
||||
return translate(_identifier);
|
||||
}
|
||||
|
||||
Expression ASTCopier::operator()(Literal const& _literal)
|
||||
|
||||
Reference in New Issue
Block a user