We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cfb7d commit 450e7caCopy full SHA for 450e7ca
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
@@ -6508,8 +6508,8 @@ static Function *createOutlinedFunction(
6508
6509
// If there's a DISubprogram associated with current function, then
6510
// generate one for the outlined function.
6511
- if (Function *parentFunc = BB->getParent()) {
6512
- if (DISubprogram *SP = parentFunc->getSubprogram()) {
+ if (Function *ParentFunc = BB->getParent()) {
+ if (DISubprogram *SP = ParentFunc->getSubprogram()) {
6513
DICompileUnit *CU = SP->getUnit();
6514
DIBuilder DB(*M, true, CU);
6515
DebugLoc DL = Builder.getCurrentDebugLocation();
0 commit comments