URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [reassoc-3.c] - Rev 867
Go to most recent revision | Compare with Previous | Blame | View Log
int main(int a, int b, int c, int d) { int e = (a & ~b) & (~c & d); int f = (~c & a) & (b & ~d); return (e & f); }
Go to most recent revision | Compare with Previous | Blame | View Log