mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30315 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
89abd77060
commit
544ea34a9f
@ -93,6 +93,9 @@ findExternalRefs(Value *value, std::set<std::string> &references,
|
||||
if (lt != LTOInternalLinkage && strncmp (gv->getName().c_str(), "llvm.", 5))
|
||||
references.insert(mangler.getValueName(gv));
|
||||
}
|
||||
|
||||
// GlobalValue, even with InternalLinkage type, may have operands with
|
||||
// ExternalLinkage type. Do not ignore these operands.
|
||||
if (Constant *c = dyn_cast<Constant>(value))
|
||||
// Handle ConstantExpr, ConstantStruct, ConstantArry etc..
|
||||
for (unsigned i = 0, e = c->getNumOperands(); i != e; ++i)
|
||||
|
Loading…
Reference in New Issue
Block a user