summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.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/CodeGenFunction.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/CodeGenFunction.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp
index 1802d2b5cd6..7d510d68a5e 100644
--- a/clang/lib/CodeGen/CodeGenFunction.cpp
+++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -83,7 +83,7 @@ CodeGenFunction::~CodeGenFunction() {
destroyBlockInfos(FirstBlockInfo);
if (getLangOpts().OpenMP) {
- CGM.getOpenMPRuntime().FunctionFinished(*this);
+ CGM.getOpenMPRuntime().functionFinished(*this);
}
}
OpenPOWER on IntegriCloud