[polly] r306767 - Update Polly to reflect a change to a clang-format patch. I'm not sure
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 16:58:03 PDT 2017
Author: chandlerc
Date: Thu Jun 29 16:58:03 2017
New Revision: 306767
URL: http://llvm.org/viewvc/llvm-project?rev=306767&view=rev
Log:
Update Polly to reflect a change to a clang-format patch. I'm not sure
this is a great test file name based on this update, but I'll let Polly
folks sort out how they want this to work long-term, I just want tho
bots back.
Modified:
polly/trunk/unittests/ScopPassManager/PassManagerTest.cpp
Modified: polly/trunk/unittests/ScopPassManager/PassManagerTest.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/unittests/ScopPassManager/PassManagerTest.cpp?rev=306767&r1=306766&r2=306767&view=diff
==============================================================================
--- polly/trunk/unittests/ScopPassManager/PassManagerTest.cpp (original)
+++ polly/trunk/unittests/ScopPassManager/PassManagerTest.cpp Thu Jun 29 16:58:03 2017
@@ -1,9 +1,9 @@
+#include "llvm/IR/PassManager.h"
#include "polly/CodeGen/IslAst.h"
#include "polly/DependenceInfo.h"
#include "polly/ScopPass.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Analysis/CGSCCPassManager.h"
-#include "llvm/IR/PassManager.h"
#include "llvm/Passes/PassBuilder.h"
#include "llvm/Transforms/Scalar/LoopPassManager.h"
#include "gtest/gtest.h"
More information about the llvm-commits
mailing list