mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
32 lines
971 B
Plaintext
32 lines
971 B
Plaintext
Optimized IR:
|
|
/*=====================================================*
|
|
* WARNING *
|
|
* Solidity to Yul compilation is still EXPERIMENTAL *
|
|
* It can result in LOSS OF FUNDS or worse *
|
|
* !USE AT YOUR OWN RISK! *
|
|
*=====================================================*/
|
|
|
|
object "C_12" {
|
|
code {
|
|
{
|
|
mstore(64, 128)
|
|
if callvalue() { revert(0, 0) }
|
|
sstore(0, shl(180, 1))
|
|
let _1 := datasize("C_12_deployed")
|
|
codecopy(128, dataoffset("C_12_deployed"), _1)
|
|
return(128, _1)
|
|
}
|
|
}
|
|
object "C_12_deployed" {
|
|
code {
|
|
{
|
|
mstore(64, 128)
|
|
if callvalue() { revert(0, 0) }
|
|
sstore(0, 0x1000000000000000000000000000000000000000000000)
|
|
stop()
|
|
}
|
|
}
|
|
data ".metadata" hex"<BYTECODE REMOVED>"
|
|
}
|
|
}
|