Remove a warning

llvm-svn: 28607
This commit is contained in:
Evan Cheng 2006-06-01 00:30:39 +00:00
parent 4488266c46
commit 15c1f84762

View File

@ -874,7 +874,7 @@ X86TargetLowering::LowerFastCCArguments(SDOperand Op, SelectionDAG &DAG) {
if (ObjSize > 4)
ArgIncrement = ObjSize;
unsigned Reg;
unsigned Reg = 0;
SDOperand ArgValue;
if (ObjIntRegs || ObjXMMRegs) {
switch (ObjectVT) {