Skip to content

Commit 74f8445

Browse files
committed
reverted clang format.
1 parent 6b38275 commit 74f8445

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

llvm/lib/CodeGen/MachineModuleInfo.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ class FreeMachineFunction : public FunctionPass {
155155
return true;
156156
}
157157

158-
StringRef getPassName() const override { return "Free MachineFunction"; }
158+
StringRef getPassName() const override {
159+
return "Free MachineFunction";
160+
}
159161
};
160162

161163
} // end anonymous namespace
@@ -228,8 +230,8 @@ bool MachineModuleInfoWrapperPass::doInitialization(Module &M) {
228230
Ctx.diagnose(
229231
DiagnosticInfoSrcMgr(SMD, M.getName(), IsInlineAsm, LocCookie));
230232
});
231-
MMI.DbgInfoAvailable =
232-
!DisableDebugInfoPrinting && !M.debug_compile_units().empty();
233+
MMI.DbgInfoAvailable = !DisableDebugInfoPrinting &&
234+
!M.debug_compile_units().empty();
233235
return false;
234236
}
235237

0 commit comments

Comments
 (0)