[Polly] Run polly-update-format. NFC.

This commit is contained in:
Michael Kruse 2020-07-22 15:45:06 -05:00
parent 6c18f7db73
commit 8b56b03f5a
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ private:
/// @param Args Argument list that gets passed to the constructor of RR.
template <class RR, typename... Args>
inline bool invalid(DetectionContext &Context, bool Assert,
Args &&... Arguments) const;
Args &&...Arguments) const;
public:
ScopDetection(Function &F, const DominatorTree &DT, ScalarEvolution &SE,