diff options
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 97efb72..4a13ba2 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -2962,8 +2962,8 @@ dead_or_predicable (basic_block test_bb, basic_block merge_bb, if (HAVE_conditional_execution) { /* In the conditional execution case, we have things easy. We know - the condition is reversible. We don't have to check life info, - becase we're going to conditionally execute the code anyway. + the condition is reversible. We don't have to check life info + because we're going to conditionally execute the code anyway. All that's left is making sure the insns involved can actually be predicated. */ |