Hexagon: Initialize TBB to 0.

Found by valgrind.

llvm-svn: 156744
This commit is contained in:
Benjamin Kramer 2012-05-13 15:13:22 +00:00
parent 81b82a0ebf
commit 0b03cbd416
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
MachineBasicBlock *&FBB, MachineBasicBlock *&FBB,
SmallVectorImpl<MachineOperand> &Cond, SmallVectorImpl<MachineOperand> &Cond,
bool AllowModify) const { bool AllowModify) const {
TBB = NULL;
FBB = NULL; FBB = NULL;
// If the block has no terminators, it just falls into the block after it. // If the block has no terminators, it just falls into the block after it.