forked from OSchip/llvm-project
parent
9521fec8cf
commit
569c8acfe3
|
@ -93,6 +93,7 @@ unsigned Value::getNumUses() const {
|
|||
}
|
||||
|
||||
static bool getSymTab(Value *V, ValueSymbolTable *&ST) {
|
||||
ST = 0;
|
||||
if (Instruction *I = dyn_cast<Instruction>(V)) {
|
||||
if (BasicBlock *P = I->getParent())
|
||||
if (Function *PP = P->getParent())
|
||||
|
|
Loading…
Reference in New Issue