ack/util/ego/sr/sr_reduce.h
Manoel Trapier 452127650a Next batch
2015-06-24 23:41:45 +01:00

11 lines
305 B
C

/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* S R _ R E D U C E . H */
void strength_reduction(loop_p lp, lset ivs, lset vars);
/* Perform streength reduction.
*/