mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 00:50:03 +08:00
Initialize variable.
llvm-svn: 127038
This commit is contained in:
@@ -338,7 +338,7 @@ void MipsFrameLowering::emitEpilogue(MachineFunction &MF,
|
||||
|
||||
unsigned NewReg = 0;
|
||||
int NewImm = 0;
|
||||
bool ATUsed;
|
||||
bool ATUsed = false;
|
||||
|
||||
// if framepointer enabled, restore it and restore the
|
||||
// stack pointer
|
||||
|
||||
Reference in New Issue
Block a user