Remove a warning

llvm-svn: 28607
This commit is contained in:
Evan Cheng 2006-06-01 00:30:39 +00:00
parent cfaffdd335
commit 2489ccdd90
1 changed files with 1 additions and 1 deletions

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) {