This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Documentation error for cbranch<mode>4
- From: "Paulo J. Matos" <paulo at matos-sorge dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 1 Feb 2012 17:54:25 +0000 (UTC)
- Subject: Documentation error for cbranch<mode>4
Hi,
The docs state:
`cbranchmode4'
Conditional branch instruction combined with a compare instruction.
Operand 0 is a comparison operator. Operand 1 and operand 2 are the first
and second operands of the comparison, respectively. Operand 3 is a
label_ref that refers to the label to jump to.
However from my experience and after looking to other backends, operand 3
is actually a code label and not a label_ref.
Cheers,
--
PMatos