forked from OSchip/llvm-project
Add a break to the end of case statement missed in r159501.
llvm-svn: 159502
This commit is contained in:
parent
fbb954f727
commit
e15e5f7c5c
|
@ -2035,6 +2035,7 @@ SDNode *X86DAGToDAGISel::Select(SDNode *Node) {
|
|||
SDNode *RetVal = SelectGather(Node, Opc);
|
||||
if (RetVal)
|
||||
return RetVal;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue