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,
|
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.
|
||||||
|
|
Loading…
Reference in New Issue