From: Michael Kruse Date: Wed, 22 Jul 2020 20:45:06 +0000 (-0500) Subject: [Polly] Run polly-update-format. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b56b03f5a045b7c7ecdc76af4b66fd59ce5dc5d;p=platform%2Fupstream%2Fllvm.git [Polly] Run polly-update-format. NFC. --- diff --git a/polly/include/polly/ScopDetection.h b/polly/include/polly/ScopDetection.h index e3c4350..ead8079 100644 --- a/polly/include/polly/ScopDetection.h +++ b/polly/include/polly/ScopDetection.h @@ -514,7 +514,7 @@ private: /// @param Args Argument list that gets passed to the constructor of RR. template inline bool invalid(DetectionContext &Context, bool Assert, - Args &&... Arguments) const; + Args &&...Arguments) const; public: ScopDetection(Function &F, const DominatorTree &DT, ScalarEvolution &SE,