diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-12-19 09:34:17 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-12-19 09:34:17 -0700 |
commit | f1f5f1422f651133e28d479feb0223e92251cabe (patch) | |
tree | 6772197a0c54de11b11f03f694c788cde3944afe /gcc | |
parent | 213ea7a65e366638006a53ab248a8716d670175f (diff) | |
download | gcc-f1f5f1422f651133e28d479feb0223e92251cabe.zip gcc-f1f5f1422f651133e28d479feb0223e92251cabe.tar.gz gcc-f1f5f1422f651133e28d479feb0223e92251cabe.tar.bz2 |
*** empty log message ***
From-SVN: r17154
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/md.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/md.texi b/gcc/md.texi index acc616f..d1c2909 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -2303,9 +2303,9 @@ is no @samp{casesi} pattern. This pattern requires two operands: the address or offset, and a label which should immediately precede the jump table. If the macro -@code{CASE_VECTOR_PC_RELATIVE} is defined then the first operand is an -offset which counts from the address of the table; otherwise, it is an -absolute address to jump to. In either case, the first operand has +@code{CASE_VECTOR_PC_RELATIVE} evaluates to a nonzero value then the first +operand is an offset which counts from the address of the table; otherwise, +it is an absolute address to jump to. In either case, the first operand has mode @code{Pmode}. The @samp{tablejump} insn is always the last insn before the jump |