mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-07 12:07:17 +00:00
Hexagon: Initialize TBB to 0.
Found by valgrind. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23a401290b
commit
51b49c5292
@ -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
Block a user