ir/tests/x86_64/gt_003.irt

18 lines
217 B
Plaintext
Raw Normal View History

--TEST--
003: gt function
--ARGS--
-S
--CODE--
{
int32_t c = 0;
l_1 = START(l_4);
int32_t x = PARAM(l_1, "x", 1);
bool ret = GT(x, c);
l_4 = RETURN(l_1, ret);
}
--EXPECT--
test:
testl %edi, %edi
setg %al
retq