mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
[Polly] Run polly-update-format after commit 55cfb1. NFC.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user