]> granicus.if.org Git - clang/commitdiff
Reference the updated function name /NFC
authorXinliang David Li <davidxl@google.com>
Wed, 20 Jan 2016 00:24:52 +0000 (00:24 +0000)
committerXinliang David Li <davidxl@google.com>
Wed, 20 Jan 2016 00:24:52 +0000 (00:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258261 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CoverageMappingGen.cpp

index cfbf781f59c43aa560eb2ef71927136c15d9f95c..a859ad97d065974b10e3639fe17b068d3b0fe73e 100644 (file)
@@ -1035,7 +1035,7 @@ void CoverageMappingModuleGen::emit() {
     // to pass the list of names referenced to codegen.
     new llvm::GlobalVariable(CGM.getModule(), NamesArrTy, true,
                              llvm::GlobalValue::InternalLinkage, NamesArrVal,
-                             llvm::getCoverageNamesVarName());
+                             llvm::getCoverageUnusedNamesVarName());
   }
 }