File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ void IRGraphCXXPrinter::test() {
4141 // Now let's see if it matches:
4242 internal_assert (equal (expr_19, e)) << " Expressions don't match:\n\n "
4343 << e << " \n\n "
44- << expr_19 << " \n " ;
44+ << expr_19 << " \n " ;
4545
4646 // Here is a bad typo for Alex who likes progamming. Above is a badly intented line. Two typos?
4747}
Original file line number Diff line number Diff line change 99#include " Generator.h"
1010#include " IR.h"
1111#include " IREquality.h"
12+ #include " IRGraphCXXPrinter.h"
1213#include " IRMatch.h"
1314#include " IRPrinter.h"
1415#include " Interval.h"
1819#include " Solve.h"
1920#include " SpirvIR.h"
2021#include " UniquifyVariableNames.h"
21- #include " IRGraphCXXPrinter.h"
2222
2323using namespace Halide ;
2424using namespace Halide ::Internal;
You can’t perform that action at this time.
0 commit comments