Skip to content

Commit

Permalink
Remove dump (rust-lang#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Jan 26, 2022
1 parent 65cb888 commit c1c906e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/Enzyme/CacheUtility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ std::pair<PHINode *, Instruction *> FindCanonicalIV(Loop *L, Type *Ty) {
Inc->moveBefore(Header->getFirstNonPHIOrDbg());
return std::make_pair(PN, Inc);
}
Header->dump();
llvm::errs() << *Header << "\n";
assert(0 && "Could not find canonical IV");
}

Expand Down

0 comments on commit c1c906e

Please sign in to comment.