Doubleword Shift Left Logical Plus 32
[oota-llvm.git] / lib / Target / Mips / MipsISelDAGToDAG.cpp
index 9f1c0f6d2f38ad331db487ade9e0e85615d2bf23..c409e570211579bded2cc3386ad0788d9bfa0355 100644 (file)
@@ -129,7 +129,7 @@ void MipsDAGToDAGISel::InitGlobalBaseReg(MachineFunction &MF) {
   const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
   DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
   unsigned V0, V1, GlobalBaseReg = MipsFI->getGlobalBaseReg();
-  int FI;  // should initialize this to some kind of null
+  int FI = 0; 
 
   if (!Subtarget.inMips16Mode())
     FI= MipsFI->initGlobalRegFI();