diff options
Diffstat (limited to 'gcc/tree-ssa-phiopt.c')
-rw-r--r-- | gcc/tree-ssa-phiopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c index 5d7f0e4..fe0fddf 100644 --- a/gcc/tree-ssa-phiopt.c +++ b/gcc/tree-ssa-phiopt.c @@ -47,7 +47,7 @@ static bool candidate_bb_for_phi_optimization (basic_block, basic_block *); /* This pass eliminates PHI nodes which can be trivially implemented as - an assignment from a conditional expression. ie if we have something + an assignment from a conditional expression. i.e. if we have something like: bb0: |