forked from OSchip/llvm-project
parent
075293ff46
commit
7d6aac85c4
|
@ -130,7 +130,8 @@ PHINode::PHINode(const PHINode &PN)
|
|||
}
|
||||
|
||||
PHINode::~PHINode() {
|
||||
dropHungoffUses(OperandList);
|
||||
if (OperandList)
|
||||
dropHungoffUses(OperandList);
|
||||
}
|
||||
|
||||
// removeIncomingValue - Remove an incoming value. This is useful if a
|
||||
|
|
Loading…
Reference in New Issue