diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2015-02-25 08:32:46 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2015-02-25 08:32:46 +0000 |
commit | 3eff5f46d7821f2fa8529c93155f70f717cb71ee (patch) | |
tree | 6f754e5c1880b17cbd1c7f8bf5358c8533c44a78 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 3f02403b3aa1a9daa7b7f432f39f30254c103c35 (diff) | |
download | bcm5719-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.cpp | 2 |
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); } } |