diff options
Diffstat (limited to 'gcc/config/v850/v850.md')
-rw-r--r-- | gcc/config/v850/v850.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md index 96ece9cfac6..20a22c750a7 100644 --- a/gcc/config/v850/v850.md +++ b/gcc/config/v850/v850.md @@ -851,7 +851,7 @@ ;; ??? This is very ugly. The right way to do this is to modify cmpsi so ;; that it doesn't emit RTL, and then modify the bcc/scc patterns so that ;; they emit RTL for the compare instruction. Unfortunately, this requires -;; lots of changes that will be hard to sanitise. So for now, cmpsi still +;; lots of changes that will be hard to sanitize. So for now, cmpsi still ;; emits RTL, and I get the compare operands here from the previous insn. (define_expand "movsicc" |