summaryrefslogtreecommitdiff
path: root/polly/unittests
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2017-06-29 23:58:03 +0000
committerChandler Carruth <chandlerc@gmail.com>2017-06-29 23:58:03 +0000
commitc8f221ba4ee2d4601928031e1acb786f227ef0b0 (patch)
tree2e6e12391909bce35fa6e8fa0f28e172abf548bd /polly/unittests
parentd300f1d7aa990bfccd50981680ca8b6450108e86 (diff)
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.
Diffstat (limited to 'polly/unittests')
-rw-r--r--polly/unittests/ScopPassManager/PassManagerTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/unittests/ScopPassManager/PassManagerTest.cpp b/polly/unittests/ScopPassManager/PassManagerTest.cpp
index 164941fac26..49299c2124d 100644
--- a/polly/unittests/ScopPassManager/PassManagerTest.cpp
+++ b/polly/unittests/ScopPassManager/PassManagerTest.cpp
@@ -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"