diff options
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r-- | gcc/tree-into-ssa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index e7c5d50da0c..ee86f2cfa9d 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -48,6 +48,7 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "tree-into-ssa.h" +#define PERCENT(x,y) ((float)(x) * 100.0 / (float)(y)) /* This file builds the SSA form for a function as described in: R. Cytron, J. Ferrante, B. Rosen, M. Wegman, and K. Zadeck. Efficiently |