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 e135d39 commit fa6da42Copy full SHA for fa6da42
mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
@@ -537,7 +537,7 @@ performActions(raw_ostream &os,
537
config.getRemarksFailedFilter()};
538
remark::RemarkPolicy policy =
539
config.getRemarkPolicy() == RemarkPolicy::REMARK_POLICY_FINAL
540
- ? policy = remark::RemarkPolicy::RemarkPolicyFinal
+ ? remark::RemarkPolicy::RemarkPolicyFinal
541
: remark::RemarkPolicy::RemarkPolicyAll;
542
remark::RemarkEngineOpts opts{cats, policy};
543
0 commit comments