Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame committed Sep 8, 2019
1 parent 5607e35 commit 0bae0bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/relay/pass/feature.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ FeatureSet DetectFeature(const Expr& expr) {
STMT \
fs += f##CONSTRUCT_NAME; \
}
#define DETECT_DEFAULT_CONSTRUCT(CONSTRUCT_NAME) DETECT_CONSTRUCT(CONSTRUCT_NAME, { ExprVisitor::VisitExpr_(op); })
#define DETECT_DEFAULT_CONSTRUCT(CONSTRUCT_NAME) DETECT_CONSTRUCT(CONSTRUCT_NAME, { \
ExprVisitor::VisitExpr_(op); \
})
DETECT_DEFAULT_CONSTRUCT(Var)
DETECT_DEFAULT_CONSTRUCT(GlobalVar)
DETECT_DEFAULT_CONSTRUCT(Constant)
Expand Down

0 comments on commit 0bae0bf

Please sign in to comment.