From f1f5f1422f651133e28d479feb0223e92251cabe Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 19 Dec 1997 09:34:17 -0700 Subject: [PATCH] *** empty log message *** From-SVN: r17154 --- gcc/md.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2