diff options
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index 40166b40e31..a7d7dc21c7e 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -760,7 +760,7 @@ reversed_comparison_code_parts (code, arg0, arg1, insn) return UNKNOWN; } -/* An wrapper around the previous function to take COMPARISON as rtx +/* A wrapper around the previous function to take COMPARISON as rtx expression. This simplifies many callers. */ enum rtx_code reversed_comparison_code (comparison, insn) |