Commit 821bde61 by Jan-Benedict Glaw Committed by John David Anglin

* gcc/config/vax/vax.md: Spellcheck, fix whitespace.

From-SVN: r97430
parent b6121641
2005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* gcc/config/vax/vax.md: Spellcheck, fix whitespace.
2005-04-01 Ian Lance Taylor <ian@airs.com> 2005-04-01 Ian Lance Taylor <ian@airs.com>
* gcc.c: Don't include <sys/resource.h> or declare getrusage. * gcc.c: Don't include <sys/resource.h> or declare getrusage.
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
;;- Instruction patterns. When multiple patterns apply, ;;- Instruction patterns. When multiple patterns apply,
;;- the first one in the file is chosen. ;;- the first one in the file is chosen.
;;- ;;-
;;- See file "rtl.def" for documentation on define_insn, match_*, et. al. ;;- See file "rtl.def" for documentation on define_insn, match_*, et al.
;;- ;;-
;;- cpp macro #define NOTICE_UPDATE_CC in file tm.h handles condition code ;;- cpp macro #define NOTICE_UPDATE_CC in file tm.h handles condition code
;;- updates for most instructions. ;;- updates for most instructions.
...@@ -46,11 +46,10 @@ ...@@ -46,11 +46,10 @@
(define_mode_macro VAXfp [SF DF]) (define_mode_macro VAXfp [SF DF])
(define_mode_attr fsfx [(SF "f") (DF "%#")]) (define_mode_attr fsfx [(SF "f") (DF "%#")])
;; Some ouput patterns want integer immediates with a prefix... ;; Some output patterns want integer immediates with a prefix...
(define_mode_attr iprefx [(QI "B") (HI "H") (SI "N")]) (define_mode_attr iprefx [(QI "B") (HI "H") (SI "N")])
;; We don't want to allow a constant operand for test insns because ;; We don't want to allow a constant operand for test insns because
;; We don't want to allow a constant operand for test insns because
;; (set (cc0) (const_int foo)) has no mode information. Such insns will ;; (set (cc0) (const_int foo)) has no mode information. Such insns will
;; be folded while optimizing anyway. ;; be folded while optimizing anyway.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment