diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-03-04 21:38:47 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-03-04 21:38:47 +0000 |
commit | 88842e45745423d53cee5d9f2e3d9d9320705efc (patch) | |
tree | 3b588390d1b10e44e58f61607955bce4860ad305 | |
parent | 8b6070bb9df4703bc59f26803f46695cfb64fd1b (diff) | |
download | bcm5719-llvm-88842e45745423d53cee5d9f2e3d9d9320705efc.tar.gz bcm5719-llvm-88842e45745423d53cee5d9f2e3d9d9320705efc.zip |
Initialize variable.
llvm-svn: 127038
-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 |