ir/tests/debug/sccp_001.irt

18 lines
202 B
Plaintext
Raw Normal View History

2022-04-21 23:11:34 +02:00
--TEST--
SCCP 001
--ARGS--
-S
--CODE--
{
int64_t i_1 = 10;
int64_t i_4 = 4;
l_1 = START(l_2);
int64_t z1 = BSWAP(i_1);
l_2 = RETURN(l_1, z1);
}
--EXPECT--
test:
movq $0xa, %rax
bswapq %rax
retq