[Attributor][NFC] Remove unnecessary debug output

llvm-svn: 366373
This commit is contained in:
Hideto Ueno 2019-07-17 21:11:02 +00:00
parent 6e4076699c
commit 4a09a73fb0
1 changed files with 0 additions and 1 deletions

View File

@ -1332,7 +1332,6 @@ bool Attributor::checkForAllCallSites(Function &F,
for (const Use &U : F.uses()) {
CallSite CS(U.getUser());
dbgs() << *CS.getInstruction() << "\n";
if (!CS || !CS.isCallee(&U) || !CS.getCaller()->hasExactDefinition()) {
if (!RequireAllCallSites)
continue;