summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDeclCXX.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-02-25 08:32:46 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-02-25 08:32:46 +0000
commit3eff5f46d7821f2fa8529c93155f70f717cb71ee (patch)
tree6f754e5c1880b17cbd1c7f8bf5358c8533c44a78 /clang/lib/CodeGen/CGDeclCXX.cpp
parent3f02403b3aa1a9daa7b7f432f39f30254c103c35 (diff)
downloadbcm5719-llvm-3eff5f46d7821f2fa8529c93155f70f717cb71ee.tar.gz
bcm5719-llvm-3eff5f46d7821f2fa8529c93155f70f717cb71ee.zip
[OPENMP] Rename methods of OpenMPRuntime class. NFC.
llvm-svn: 230470
Diffstat (limited to 'clang/lib/CodeGen/CGDeclCXX.cpp')
-rw-r--r--clang/lib/CodeGen/CGDeclCXX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDeclCXX.cpp b/clang/lib/CodeGen/CGDeclCXX.cpp
index 0255a92276e..9a4303e5c13 100644
--- a/clang/lib/CodeGen/CGDeclCXX.cpp
+++ b/clang/lib/CodeGen/CGDeclCXX.cpp
@@ -141,7 +141,7 @@ void CodeGenFunction::EmitCXXGlobalVarDeclInit(const VarDecl &D,
if (!T->isReferenceType()) {
if (getLangOpts().OpenMP && D.hasAttr<OMPThreadPrivateDeclAttr>())
- (void)CGM.getOpenMPRuntime().EmitOMPThreadPrivateVarDefinition(
+ (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition(
&D, DeclPtr, D.getAttr<OMPThreadPrivateDeclAttr>()->getLocation(),
PerformInit, this);
if (PerformInit)
OpenPOWER on IntegriCloud