ir/tests/debug.Windows-x86_64/sccp_001.irt

20 lines
228 B
Plaintext
Raw Normal View History

2023-03-02 15:57:26 +01:00
--TEST--
SCCP 001
--TARGET--
Windows-x86_64
--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:
movl $0xa, %eax
bswapq %rax
retq