Commit 4a09a73f authored by Hideto Ueno's avatar Hideto Ueno
Browse files

[Attributor][NFC] Remove unnecessary debug output

llvm-svn: 366373
parent 6e407669
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;