aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r--gcc/rtlanal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c
index 924ef52..2aad022 100644
--- a/gcc/rtlanal.c
+++ b/gcc/rtlanal.c
@@ -3336,7 +3336,7 @@ find_first_parameter_load (call_insn, boundary)
return before;
}
-/* Return true if we should avoid inserting code between INSN and preceeding
+/* Return true if we should avoid inserting code between INSN and preceding
call instruction. */
bool
@@ -3479,7 +3479,7 @@ can_hoist_insn_p (insn, val, live)
case USE:
/* We need to fix callers to really ensure availability
of all values inisn uses, but for now it is safe to prohibit
- hoisting of any insn having such a hiden uses. */
+ hoisting of any insn having such a hidden uses. */
return false;
break;
case CLOBBER: