diff options
Diffstat (limited to 'gcc/expmed.c')
| -rw-r--r-- | gcc/expmed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index b7e35af95ff..1ec710d26f2 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -2467,7 +2467,7 @@ expand_mult (mode, op0, op1, target, unsignedp) break; default: - abort ();; + abort (); } /* Write a REG_EQUAL note on the last insn so that we can cse |

