URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [comb.c] - Rev 724
Go to most recent revision | Compare with Previous | Blame | View Log
foo (a, b) { int c = a & b; if ((a & b) == 0) return 0; return c; }
Go to most recent revision | Compare with Previous | Blame | View Log