summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-03-04 21:38:47 +0000
committerBill Wendling <isanbard@gmail.com>2011-03-04 21:38:47 +0000
commit88842e45745423d53cee5d9f2e3d9d9320705efc (patch)
tree3b588390d1b10e44e58f61607955bce4860ad305
parent8b6070bb9df4703bc59f26803f46695cfb64fd1b (diff)
downloadbcm5719-llvm-88842e45745423d53cee5d9f2e3d9d9320705efc.tar.gz
bcm5719-llvm-88842e45745423d53cee5d9f2e3d9d9320705efc.zip
Initialize variable.
llvm-svn: 127038
-rw-r--r--llvm/lib/Target/Mips/MipsFrameLowering.cpp2
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
OpenPOWER on IntegriCloud