forked from OSchip/llvm-project
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. llvm-svn: 306767
This commit is contained in:
parent
20f6207013
commit
16879be0da
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue