forked from OSchip/llvm-project
Change another reference to the "indirect callgraph node" to
refer to the "external node" instead. llvm-svn: 105731
This commit is contained in:
parent
516473902b
commit
9f403695e1
|
@ -56,7 +56,7 @@ namespace llvm {
|
||||||
if (Node->getFunction())
|
if (Node->getFunction())
|
||||||
return ((Value*)Node->getFunction())->getName();
|
return ((Value*)Node->getFunction())->getName();
|
||||||
else
|
else
|
||||||
return "Indirect call node";
|
return "external node";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue