Copyright Digital Equipment Corp. All rights reserved.

.BRANCH_UNLIKELY

   Instructs the compiler that the following branch will likely
   not be taken. Therefore, the compiler generates code that
   incorporates that assumption.

   Format

     .BRANCH_UNLIKELY

   There are no parameters for this directive.
 


Additional information available:

Description     Example