diff options
-rw-r--r-- | llvm/lib/Target/Mips/MipsFrameLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsFrameLowering.cpp b/llvm/lib/Target/Mips/MipsFrameLowering.cpp index bf37032cebc..3e832cfee32 100644 --- a/llvm/lib/Target/Mips/MipsFrameLowering.cpp +++ b/llvm/lib/Target/Mips/MipsFrameLowering.cpp @@ -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 |