File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3352,9 +3352,9 @@ void BinaryFunction::fixBranches() {
3352
3352
// We are going to generate two branches. Check if their targets are in
3353
3353
// the same fragment as this block. If only one target is in the same
3354
3354
// fragment, make it the destination of the conditional branch. There
3355
- // is a chance it will be a short branch which takes 5 bytes fewer than
3355
+ // is a chance it will be a short branch which takes 4 bytes fewer than
3356
3356
// a long conditional branch. For unconditional branch, the difference
3357
- // is 4 bytes.
3357
+ // is 3 bytes.
3358
3358
if (BB->getFragmentNum () != TSuccessor->getFragmentNum () &&
3359
3359
BB->getFragmentNum () == FSuccessor->getFragmentNum ())
3360
3360
swapSuccessors ();
You can’t perform that action at this time.
0 commit comments