[OPENMP] Rename methods of OpenMPRuntime class. NFC.
llvm-svn: 230470
This commit is contained in:
@@ -83,7 +83,7 @@ CodeGenFunction::~CodeGenFunction() {
|
||||
destroyBlockInfos(FirstBlockInfo);
|
||||
|
||||
if (getLangOpts().OpenMP) {
|
||||
CGM.getOpenMPRuntime().FunctionFinished(*this);
|
||||
CGM.getOpenMPRuntime().functionFinished(*this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user