Add a break to the end of case statement missed in r159501.

llvm-svn: 159502
This commit is contained in:
Craig Topper 2012-07-01 02:18:18 +00:00
parent fbb954f727
commit e15e5f7c5c
1 changed files with 1 additions and 0 deletions

View File

@ -2035,6 +2035,7 @@ SDNode *X86DAGToDAGISel::Select(SDNode *Node) {
SDNode *RetVal = SelectGather(Node, Opc);
if (RetVal)
return RetVal;
break;
}
}
break;