llvm-svn: 11864
This commit is contained in:
Chris Lattner 2004-02-26 03:45:03 +00:00
parent 128e84197b
commit 36ab728fe5
1 changed files with 1 additions and 1 deletions

View File

@ -1394,7 +1394,7 @@ static void removeIdenticalCalls(std::vector<DSCallSite> &Calls) {
// eliminate it.
if (CS.isIndirectCall() && CS.getCalleeNode()->getNumReferrers() == 1 &&
CS.getCalleeNode()->isComplete() &&
CS.getCalleeNode()->getGlobals.empty()) { // No useful info?
CS.getCalleeNode()->getGlobals().empty()) { // No useful info?
#ifndef NDEBUG
std::cerr << "WARNING: Useless call site found.\n";
#endif