Merge pull request #8066 from ethereum/removeAsmFlavour

Remove asm flavour
This commit is contained in:
chriseth
2020-01-15 14:21:54 +01:00
committed by GitHub
33 changed files with 203 additions and 144 deletions
@@ -78,7 +78,7 @@ struct CopyTranslate: public yul::ASTCopier
_identifier.location,
yul::LiteralKind::Number,
yul::YulString{value},
yul::YulString{"uint256"}
{}
};
}
}