]> granicus.if.org Git - llvm/commitdiff
[Attributor][NFC] Remove unnecessary debug output
authorHideto Ueno <uenoku.tokotoko@gmail.com>
Wed, 17 Jul 2019 21:11:02 +0000 (21:11 +0000)
committerHideto Ueno <uenoku.tokotoko@gmail.com>
Wed, 17 Jul 2019 21:11:02 +0000 (21:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366373 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/Attributor.cpp

index 2f31b3924a9a2b3dd92b5bbee721007fc63f5cd9..2a52c6b9b4ad93188342fcc1f5d3f2ae77c3ae3e 100644 (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;