diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-19 16:34:17 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-19 16:34:17 +0000 |
commit | 0c42ade13a8abf741e5ff9ac4918c154a8a0bf86 (patch) | |
tree | 6772197a0c54de11b11f03f694c788cde3944afe /gcc | |
parent | f5fe5c778075483ac809ec8e944cb701e26630f7 (diff) | |
download | gcc-0c42ade13a8abf741e5ff9ac4918c154a8a0bf86.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17154 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 |