diff options
Diffstat (limited to 'gcc/config/v850/v850.md')
-rw-r--r-- | gcc/config/v850/v850.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md index c2095f2c294..0ba10ca0cc0 100644 --- a/gcc/config/v850/v850.md +++ b/gcc/config/v850/v850.md @@ -46,7 +46,7 @@ ;; none_0hit - insn does not affect cc but it does modify operand 0 ;; This attribute is used to keep track of when operand 0 changes. ;; See the description of NOTICE_UPDATE_CC for more info. -;; set_znv - sets z,n,v to useable values; c is unknown. +;; set_znv - sets z,n,v to usable values; c is unknown. ;; set_zn - sets z,n to usable values; v,c is unknown. ;; compare - compare instruction ;; clobber - value of cc is unknown @@ -935,7 +935,7 @@ /* Shift index for the table array access. */ emit_insn (gen_ashlsi3 (reg, reg, GEN_INT (TARGET_BIG_SWITCH ? 2 : 1))); - /* Load the table address into a psuedo. */ + /* Load the table address into a pseudo. */ emit_insn (gen_movsi (tableaddress, gen_rtx (LABEL_REF, VOIDmode, operands[3]))); /* Add the table address to the index. */ @@ -1201,8 +1201,8 @@ ;; an interrupt function makes a call. ;; UNSPEC_VOLATILE is considered to use and clobber all hard registers and ;; all of memory. This blocks insns from being moved across this point. -;; This is needed because the rest of the compiler is not reading to handle -;; insns this compilcated +;; This is needed because the rest of the compiler is not ready to handle +;; insns this complicated. (define_insn "save_all_interrupt" [(unspec_volatile [(const_int 0)] 0)] @@ -1249,8 +1249,8 @@ ;; Restore all registers saved when an interrupt function makes a call. ;; UNSPEC_VOLATILE is considered to use and clobber all hard registers and ;; all of memory. This blocks insns from being moved across this point. -;; This is needed because the rest of the compiler is not reading to handle -;; insns this compilcated +;; This is needed because the rest of the compiler is not ready to handle +;; insns this complicated. (define_insn "restore_all_interrupt" [(unspec_volatile [(const_int 0)] 1)] |