These are needed so this pass will produce output when
e.g. -print-after-all is used.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | ||
---|---|---|
157 | Since we don't need to initialize any pass dependencies (e.g., AliasAnalysis), I don't think we need both the BEGIN and END macros; a singleINITIALIZE_PASS would suffice. However, I don't think it really matters. |
Since we don't need to initialize any pass dependencies (e.g., AliasAnalysis), I don't think we need both the BEGIN and END macros; a singleINITIALIZE_PASS would suffice. However, I don't think it really matters.