Skip to content

Commit c4f953f

Browse files
committed
embarassing bugfix
1 parent 8e96966 commit c4f953f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enzyme/tools/enzyme-tblgen/enzyme-tblgen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ static void emitMLIRReverse(raw_ostream &os, const Record *pattern,
16361636
next.push_back(treeEn.index());
16371637
if (auto dg = dyn_cast<DagInit>(tree)) {
16381638
if (name.size()) {
1639-
\ auto VopName = dg->getOperator()->getAsString();
1639+
auto VopName = dg->getOperator()->getAsString();
16401640
auto Def = cast<DefInit>(dg->getOperator())->getDef();
16411641
if (VopName == "Variadic" || Def->isSubClassOf("Variadic")) {
16421642
auto expr = Def->getValueAsString("getter");

0 commit comments

Comments
 (0)