mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-11 14:17:23 +08:00
*** empty log message ***
From-SVN: r17154
This commit is contained in:
parent
213ea7a65e
commit
f1f5f1422f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user