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

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 22 13:47:15 PDT 2020


Author: Michael Kruse
Date: 2020-07-22T15:46:30-05:00
New Revision: 8b56b03f5a045b7c7ecdc76af4b66fd59ce5dc5d

URL: https://github.com/llvm/llvm-project/commit/8b56b03f5a045b7c7ecdc76af4b66fd59ce5dc5d
DIFF: https://github.com/llvm/llvm-project/commit/8b56b03f5a045b7c7ecdc76af4b66fd59ce5dc5d.diff

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

Added: 
    

Modified: 
    polly/include/polly/ScopDetection.h

Removed: 
    


################################################################################
diff  --git a/polly/include/polly/ScopDetection.h b/polly/include/polly/ScopDetection.h
index e3c435064ca7..ead8079d2e2e 100644
--- a/polly/include/polly/ScopDetection.h
+++ b/polly/include/polly/ScopDetection.h
@@ -514,7 +514,7 @@ class ScopDetection {
   /// @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,


        


More information about the llvm-commits mailing list