forked from OSchip/llvm-project
[SCEV] Remove unused function; NFC
Moreover, I've never seen globally scoped `static inline` functions elsewhere in LLVM, so this pattern is unusual if not unidiomatic. llvm-svn: 271155
This commit is contained in:
parent
01c1cb050a
commit
35c5d30ad6
|
@ -680,13 +680,6 @@ namespace llvm {
|
||||||
private:
|
private:
|
||||||
LoopToScevMapT ⤅
|
LoopToScevMapT ⤅
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Applies the Map (Loop -> SCEV) to the given Scev.
|
|
||||||
static inline const SCEV *apply(const SCEV *Scev, LoopToScevMapT &Map,
|
|
||||||
ScalarEvolution &SE) {
|
|
||||||
return SCEVLoopAddRecRewriter::rewrite(Scev, Map, SE);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue