Skip to content

Commit 4a09a73

Browse files
committed
[Attributor][NFC] Remove unnecessary debug output
llvm-svn: 366373
1 parent 6e40766 commit 4a09a73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/IPO/Attributor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,6 @@ bool Attributor::checkForAllCallSites(Function &F,
13321332
for (const Use &U : F.uses()) {
13331333

13341334
CallSite CS(U.getUser());
1335-
dbgs() << *CS.getInstruction() << "\n";
13361335
if (!CS || !CS.isCallee(&U) || !CS.getCaller()->hasExactDefinition()) {
13371336
if (!RequireAllCallSites)
13381337
continue;

0 commit comments

Comments
 (0)