Skip to content

Commit cc638da

Browse files
committed
Fix formatting
1 parent 27bb7d5 commit cc638da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ cir::FuncOp CIRGenModule::getOrCreateCIRFunction(
15631563
} else if (getLangOpts().CPlusPlus && d) {
15641564
// Look for a declaration that's lexically in a record.
15651565
for (const auto *fd = cast<FunctionDecl>(d)->getMostRecentDecl(); fd;
1566-
fd = fd->getPreviousDecl()) {
1566+
fd = fd->getPreviousDecl()) {
15671567
if (isa<CXXRecordDecl>(fd->getLexicalDeclContext())) {
15681568
if (fd->doesThisDeclarationHaveABody()) {
15691569
addDeferredDeclToEmit(gd.getWithDecl(fd));

0 commit comments

Comments
 (0)