This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]