Skip to content

Commit dab9c1f

Browse files
authored
Ensure printForceTopLevel is initialized (#8)
Signed-off-by: Vihang Mehta <[email protected]>
1 parent fc53975 commit dab9c1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/IR/AsmPrinter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ OpPrintingFlags::OpPrintingFlags()
212212
: printDebugInfoFlag(false), printDebugInfoPrettyFormFlag(false),
213213
printGenericOpFormFlag(false), skipRegionsFlag(false),
214214
assumeVerifiedFlag(false), printLocalScope(false),
215-
printValueUsersFlag(false), printUniqueSSAIDsFlag(false) {
215+
printValueUsersFlag(false), printUniqueSSAIDsFlag(false),
216+
printForceTopLevel(false) {
216217
// Initialize based upon command line options, if they are available.
217218
if (!clOptions.isConstructed())
218219
return;

0 commit comments

Comments
 (0)