mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-29 16:04:33 +00:00
Add a break to the end of case statement missed in r159501.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15d39adbca
commit
65b382cf91
@ -2035,6 +2035,7 @@ SDNode *X86DAGToDAGISel::Select(SDNode *Node) {
|
|||||||
SDNode *RetVal = SelectGather(Node, Opc);
|
SDNode *RetVal = SelectGather(Node, Opc);
|
||||||
if (RetVal)
|
if (RetVal)
|
||||||
return RetVal;
|
return RetVal;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user