80-col
authorNadav Rotem <nrotem@apple.com>
Thu, 14 Feb 2013 18:20:48 +0000 (18:20 +0000)
committerNadav Rotem <nrotem@apple.com>
Thu, 14 Feb 2013 18:20:48 +0000 (18:20 +0000)
llvm-svn: 175189

llvm/lib/Target/X86/X86ISelLowering.cpp

index dbc0e01..02ac8bf 100644 (file)
@@ -17430,7 +17430,8 @@ static SDValue performVZEXTCombine(SDNode *N, SelectionDAG &DAG,
   if (In.getOpcode() != X86ISD::VZEXT)
     return SDValue();
 
-  return DAG.getNode(X86ISD::VZEXT, N->getDebugLoc(), N->getValueType(0), In.getOperand(0));
+  return DAG.getNode(X86ISD::VZEXT, N->getDebugLoc(), N->getValueType(0),
+                     In.getOperand(0));
 }
 
 SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,