summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-01-20 00:24:36 +0000
committerXinliang David Li <davidxl@google.com>2016-01-20 00:24:36 +0000
commit440cd7027bf72813fd4be1219760fefc1a4d4f84 (patch)
treea471faf16f5b67627dae580770c6490d468de19a /llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
parentd4f6409dffb5ce446a1fc58f53a31d7c1cf948d9 (diff)
downloadbcm5719-llvm-440cd7027bf72813fd4be1219760fefc1a4d4f84.tar.gz
bcm5719-llvm-440cd7027bf72813fd4be1219760fefc1a4d4f84.zip
Function name change /NFC
llvm-svn: 258260
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
index 80418163f4a..40413add6ea 100644
--- a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
+++ b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
@@ -166,7 +166,7 @@ bool InstrProfiling::runOnModule(Module &M) {
}
if (GlobalVariable *CoverageNamesVar =
- M.getNamedGlobal(getCoverageNamesVarName())) {
+ M.getNamedGlobal(getCoverageUnusedNamesVarName())) {
lowerCoverageData(CoverageNamesVar);
MadeChange = true;
}
OpenPOWER on IntegriCloud