[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:
Sanjoy Das 2016-05-29 00:37:45 +00:00
parent 01c1cb050a
commit 35c5d30ad6
1 changed files with 0 additions and 7 deletions

View File

@ -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