Skip to content

Commit

Permalink
clang format lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Feb 20, 2024
1 parent e1306a5 commit 8fc861b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tir/transforms/simplify.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* \brief Statement simplifier based on analyzer
*/

#include "../../tir/transforms/simplify.h"

#include <tvm/arith/analyzer.h>
#include <tvm/runtime/registry.h>
#include <tvm/tir/analysis.h>
Expand All @@ -35,7 +37,6 @@
#include "../../arith/ir_mutator_with_analyzer.h"
#include "../../tir/analysis/control_flow_graph.h"
#include "../../tir/analysis/var_use_def_analysis.h"
#include "../../tir/transforms/simplify.h"

namespace tvm {
namespace arith {
Expand Down

0 comments on commit 8fc861b

Please sign in to comment.