summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-10-14 16:46:46 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-10-14 16:46:46 +0000
commit8c1d78ad512f6d81fbb64c31a66cfc16a1e236cc (patch)
tree356ac2c17629a4037dd49de3de5bd20b3d70490d /llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
parent9770bde505a76b48e478aa149be5bcaeb150b56a (diff)
downloadbcm5719-llvm-8c1d78ad512f6d81fbb64c31a66cfc16a1e236cc.tar.gz
bcm5719-llvm-8c1d78ad512f6d81fbb64c31a66cfc16a1e236cc.zip
Remove lib/Transforms/Instrumentation/ProfilingUtils.*
They were leftover from the old profiling support. Patch by Alastair Murray. llvm-svn: 192605
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
index 61c53b49f78..f03b503c93e 100644
--- a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
+++ b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
@@ -17,7 +17,6 @@
#define DEBUG_TYPE "insert-gcov-profiling"
#include "llvm/Transforms/Instrumentation.h"
-#include "ProfilingUtils.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Statistic.h"
OpenPOWER on IntegriCloud