Skip to content

Commit fc7a601

Browse files
committed
!fixup fix polly build again
1 parent 45e67ab commit fc7a601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polly/lib/Support/ScopHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ struct ScopExpander final : SCEVVisitor<ScopExpander, const SCEV *> {
380380
const SCEV *visitConstant(const SCEVConstant *E) { return E; }
381381
const SCEV *visitVScale(const SCEVVScale *E) { return E; }
382382
const SCEV *visitPtrToAddrExpr(const SCEVPtrToAddrExpr *E) {
383-
return GenSE.getPtrToAddrExpr(visit(E->getOperand()), E->getType());
383+
return GenSE.getPtrToAddrExpr(visit(E->getOperand()));
384384
}
385385
const SCEV *visitPtrToIntExpr(const SCEVPtrToIntExpr *E) {
386386
return GenSE.getPtrToIntExpr(visit(E->getOperand()), E->getType());

0 commit comments

Comments
 (0)