[OPENMP] Rename methods of OpenMPRuntime class. NFC.

llvm-svn: 230470
This commit is contained in:
Alexey Bataev
2015-02-25 08:32:46 +00:00
parent 3f02403b3a
commit 3eff5f46d7
7 changed files with 199 additions and 218 deletions

View File

@@ -83,7 +83,7 @@ CodeGenFunction::~CodeGenFunction() {
destroyBlockInfos(FirstBlockInfo);
if (getLangOpts().OpenMP) {
CGM.getOpenMPRuntime().FunctionFinished(*this);
CGM.getOpenMPRuntime().functionFinished(*this);
}
}