From: Jeff Law Date: Fri, 19 Dec 1997 16:34:17 +0000 (-0700) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1f5f1422f651133e28d479feb0223e92251cabe;p=gcc.git *** empty log message *** From-SVN: r17154 --- diff --git a/gcc/md.texi b/gcc/md.texi index acc616fb8e4..d1c29096482 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