File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1058,12 +1058,14 @@ bool AArch64InstrInfo::isGPRCopy(const MachineInstr *MI) const {
1058
1058
MI->getOperand (3 ).getImm () == 0 && " invalid ORRrs operands" );
1059
1059
return true ;
1060
1060
}
1061
+ break ;
1061
1062
case AArch64::ADDXri: // add Xd, Xn, #0 (LSL #0)
1062
1063
if (MI->getOperand (2 ).getImm () == 0 ) {
1063
1064
assert (MI->getDesc ().getNumOperands () == 4 &&
1064
1065
MI->getOperand (3 ).getImm () == 0 && " invalid ADDXri operands" );
1065
1066
return true ;
1066
1067
}
1068
+ break ;
1067
1069
}
1068
1070
return false ;
1069
1071
}
@@ -1086,6 +1088,7 @@ bool AArch64InstrInfo::isFPRCopy(const MachineInstr *MI) const {
1086
1088
" invalid ORRv16i8 operands" );
1087
1089
return true ;
1088
1090
}
1091
+ break ;
1089
1092
}
1090
1093
return false ;
1091
1094
}
You can’t perform that action at this time.
0 commit comments