Skip to content

Commit c1c906e

Browse files
authored
Remove dump (rust-lang#435)
1 parent 65cb888 commit c1c906e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enzyme/Enzyme/CacheUtility.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ std::pair<PHINode *, Instruction *> FindCanonicalIV(Loop *L, Type *Ty) {
185185
Inc->moveBefore(Header->getFirstNonPHIOrDbg());
186186
return std::make_pair(PN, Inc);
187187
}
188-
Header->dump();
188+
llvm::errs() << *Header << "\n";
189189
assert(0 && "Could not find canonical IV");
190190
}
191191

0 commit comments

Comments
 (0)