Put back removed line.

llvm-svn: 132725
This commit is contained in:
Akira Hatanaka 2011-06-07 19:03:14 +00:00
parent 1550678765
commit e99b08d6c3
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ SDNode* MipsDAGToDAGISel::Select(SDNode *Node) {
LHS, SDValue(AddCarry,0));
}
/// Mul with two results
case ISD::SMUL_LOHI:
case ISD::UMUL_LOHI: {
SDValue Op1 = Node->getOperand(0);