URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [reassoc-18.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O -fdump-tree-reassoc1" } */ int ETree_nFactorEntriesInFront (int b, int m) { int nent = b*b + 2*b*m; return nent; } /* { dg-final { scan-tree-dump-times "\\\*" 2 "reassoc1" } } */ /* { dg-final { cleanup-tree-dump "reassoc1" } } */
Go to most recent revision | Compare with Previous | Blame | View Log