forked from OSchip/llvm-project
Hexagon: Initialize TBB to 0.
Found by valgrind. llvm-svn: 156744
This commit is contained in:
parent
81b82a0ebf
commit
0b03cbd416
|
@ -171,6 +171,7 @@ bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
|
|||
MachineBasicBlock *&FBB,
|
||||
SmallVectorImpl<MachineOperand> &Cond,
|
||||
bool AllowModify) const {
|
||||
TBB = NULL;
|
||||
FBB = NULL;
|
||||
|
||||
// If the block has no terminators, it just falls into the block after it.
|
||||
|
|
Loading…
Reference in New Issue