diff options
Diffstat (limited to 'gcc/config/arm/arm.c')
-rw-r--r-- | gcc/config/arm/arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index dd75551..cf7c62c 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -11778,7 +11778,7 @@ arm_print_operand (FILE *stream, rtx x, int code) want to do that. */ if (x == const_true_rtx) { - output_operand_lossage ("instruction never exectued"); + output_operand_lossage ("instruction never executed"); return; } if (!COMPARISON_P (x)) |