[Polly] Run polly-update-format after commit 55cfb1. NFC.

This commit is contained in:
Michael Kruse 2020-02-17 15:55:09 -06:00
parent 1842fd50d2
commit 612c4bf09e
1 changed files with 2 additions and 2 deletions

View File

@ -243,8 +243,8 @@ struct ScopExpander : SCEVVisitor<ScopExpander, const SCEV *> {
explicit ScopExpander(const Region &R, ScalarEvolution &SE,
const DataLayout &DL, const char *Name, ValueMapT *VMap,
BasicBlock *RTCBB)
: Expander(SE, DL, Name), SE(SE), Name(Name), R(R),
VMap(VMap), RTCBB(RTCBB) {}
: Expander(SE, DL, Name), SE(SE), Name(Name), R(R), VMap(VMap),
RTCBB(RTCBB) {}
Value *expandCodeFor(const SCEV *E, Type *Ty, Instruction *I) {
// If we generate code in the region we will immediately fall back to the