Skip to content

Commit

Permalink
Remove bad print (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Nov 3, 2024
1 parent f11d2cc commit 3060489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enzyme/tools/enzyme-tblgen/blas-tblgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ void emit_handleBLAS(ArrayRef<TGPattern> blasPatterns, raw_ostream &os) {
first = false;
}
os << " } else { \n"
<< " llvm::errs() << \" fallback?\\n\"; \n"
<< " return false; \n"
<< " } \n"
<< " } else { \n"
Expand Down

0 comments on commit 3060489

Please sign in to comment.