OSDN Git Service

remove an extraneous (and ugly) default argument, thanks Duncan.
authorChris Lattner <sabre@nondot.org>
Sun, 9 Mar 2008 20:04:36 +0000 (20:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Mar 2008 20:04:36 +0000 (20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48117 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 94386c6..a0d18f8 100644 (file)
@@ -3266,8 +3266,7 @@ SDOperand RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
   }
   
   // Assemble the legal parts into the final value.
-  return getCopyFromParts(DAG, &Parts[0], NumParts, RegVT, ValueVT,
-                          ISD::DELETED_NODE);
+  return getCopyFromParts(DAG, &Parts[0], NumParts, RegVT, ValueVT);
 }
 
 /// getCopyToRegs - Emit a series of CopyToReg nodes that copies the