summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHideto Ueno <uenoku.tokotoko@gmail.com>2019-07-17 21:11:02 +0000
committerHideto Ueno <uenoku.tokotoko@gmail.com>2019-07-17 21:11:02 +0000
commit4a09a73fb091e9100fb95aa364a7afb8daa042dc (patch)
tree67dba4ce6ecacefb1a337ce0b0bebdfb5d465a37
parent6e4076699c342ce3bde6ed6373849301b6f2e447 (diff)
downloadbcm5719-llvm-4a09a73fb091e9100fb95aa364a7afb8daa042dc.tar.gz
bcm5719-llvm-4a09a73fb091e9100fb95aa364a7afb8daa042dc.zip
[Attributor][NFC] Remove unnecessary debug output
llvm-svn: 366373
-rw-r--r--llvm/lib/Transforms/IPO/Attributor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp
index 2f31b3924a9..2a52c6b9b4a 100644
--- a/llvm/lib/Transforms/IPO/Attributor.cpp
+++ b/llvm/lib/Transforms/IPO/Attributor.cpp
@@ -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;
OpenPOWER on IntegriCloud