1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

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 4cb4601610
commit 19e89a08c9

View File

@ -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.