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 | 0546f7396ab5dc4b78f887375a40cb5fda650ce6 (patch) | |
tree | c4240f51599f7e2407a2843c47f478f309b48731 | |
parent | d17924b1bd0329acb8be2d7dfc5fc4434c24b832 (diff) | |
download | external_llvm-0546f7396ab5dc4b78f887375a40cb5fda650ce6.zip external_llvm-0546f7396ab5dc4b78f887375a40cb5fda650ce6.tar.gz external_llvm-0546f7396ab5dc4b78f887375a40cb5fda650ce6.tar.bz2 |
Initialize variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127038 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Mips/MipsFrameLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsFrameLowering.cpp b/lib/Target/Mips/MipsFrameLowering.cpp index bf37032..3e832cf 100644 --- a/lib/Target/Mips/MipsFrameLowering.cpp +++ b/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 |