diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index 6b345fe..6ea1723 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1913,7 +1913,7 @@ dw2_build_landing_pads () /* @@@ This is a kludge. Not all machine descriptions define a blockage insn, but we must not allow the code we just generated to be reordered by scheduling. So emit an ASM_INPUT to act as - blockage insn. */ + blockage insn. */ emit_insn (gen_rtx_ASM_INPUT (VOIDmode, "")); } |