diff options
author | Ken Raeburn <raeburn@gcc.gnu.org> | 1998-10-07 18:28:09 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@gcc.gnu.org> | 1998-10-07 18:28:09 +0000 |
commit | 05714a4ffd3d40cc4e69e5fce3864fc892def8bb (patch) | |
tree | 8e6215bf2e5bbd9911ba19312de052ae898bdaef | |
parent | 52db16fde4788b51870a0dd44d05a06907fac445 (diff) | |
download | gcc-05714a4ffd3d40cc4e69e5fce3864fc892def8bb.zip gcc-05714a4ffd3d40cc4e69e5fce3864fc892def8bb.tar.gz gcc-05714a4ffd3d40cc4e69e5fce3864fc892def8bb.tar.bz2 |
add some short comments that should've been in the last checkin
From-SVN: r22900
-rw-r--r-- | gcc/config/mips/mips.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index c6c187e..18d4a76 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -8935,7 +8935,8 @@ move\\t%0,%z4\\n\\ }") ;;; Make sure that this only matches the insn before ADDR_DIFF_VEC. Otherwise -;;; it is not valid. +;;; it is not valid. ??? With the USE, the condition tests may not be required +;;; any longer. ;;; ??? The length depends on the ABI. It is two for o32, and one for n32. ;;; We just use the conservative number here. @@ -8968,7 +8969,8 @@ move\\t%0,%z4\\n\\ "") ;;; Make sure that this only matches the insn before ADDR_DIFF_VEC. Otherwise -;;; it is not valid. +;;; it is not valid. ??? With the USE, the condition tests may not be required +;;; any longer. (define_insn "" [(set (pc) |