[X86][NFC] Add the missed `break;` for 79f9dfef0d

This commit is contained in:
Phoebe Wang 2021-10-27 13:58:31 +08:00
parent 9fb9c6b91e
commit eb55c1f153
1 changed files with 1 additions and 0 deletions

View File

@ -2515,6 +2515,7 @@ bool X86DAGToDAGISel::matchVectorAddressRecursively(SDValue N,
AM = Backup;
N = Handle.getValue();
break;
}
}