diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-14 16:46:46 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-14 16:46:46 +0000 |
commit | 61bc4be26e777760f3cf2f903d3e6c2a8e2dfcb0 (patch) | |
tree | 8059201b6905728bef8b5746e1f676d87bee73ca /lib/Transforms/Instrumentation/GCOVProfiling.cpp | |
parent | 67b28826cdc7be697acdd3e536a05665fd2a9752 (diff) | |
download | external_llvm-61bc4be26e777760f3cf2f903d3e6c2a8e2dfcb0.zip external_llvm-61bc4be26e777760f3cf2f903d3e6c2a8e2dfcb0.tar.gz external_llvm-61bc4be26e777760f3cf2f903d3e6c2a8e2dfcb0.tar.bz2 |
Remove lib/Transforms/Instrumentation/ProfilingUtils.*
They were leftover from the old profiling support.
Patch by Alastair Murray.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/GCOVProfiling.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/GCOVProfiling.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/GCOVProfiling.cpp b/lib/Transforms/Instrumentation/GCOVProfiling.cpp index 61c53b4..f03b503 100644 --- a/lib/Transforms/Instrumentation/GCOVProfiling.cpp +++ b/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" |