Skip to content

Commit

Permalink
change position of Passes.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxlonelyeagle committed Jan 30, 2024
1 parent 036c35e commit 4c496d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buddy-opt/buddy-opt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
#include "RVV/RVVDialect.h"
#include "Sche/ScheDialect.h"
#include "Sche/ScheOps.h"
#include "Transforms/passes.h"
#include "VectorExp/VectorExpDialect.h"
#include "VectorExp/VectorExpOps.h"
#include "Transforms/Passes.h"

namespace mlir {
namespace buddy {
Expand Down

0 comments on commit 4c496d9

Please sign in to comment.