forked from OSchip/llvm-project
[X86][NFC] Add the missed `break;` for 79f9dfef0d
This commit is contained in:
parent
9fb9c6b91e
commit
eb55c1f153
|
@ -2515,6 +2515,7 @@ bool X86DAGToDAGISel::matchVectorAddressRecursively(SDValue N,
|
|||
AM = Backup;
|
||||
|
||||
N = Handle.getValue();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue