forked from OSchip/llvm-project
parent
7e8dcef094
commit
c3fe35df4c
|
@ -35,8 +35,7 @@ void polly::registerCanonicalicationPasses(llvm::legacy::PassManagerBase &PM) {
|
|||
namespace {
|
||||
class PollyCanonicalize : public ModulePass {
|
||||
PollyCanonicalize(const PollyCanonicalize &) = delete;
|
||||
const PollyCanonicalize &
|
||||
operator=(const PollyCanonicalize &) = delete;
|
||||
const PollyCanonicalize &operator=(const PollyCanonicalize &) = delete;
|
||||
|
||||
public:
|
||||
static char ID;
|
||||
|
|
|
@ -66,8 +66,7 @@ static void DemotePHI(
|
|||
///
|
||||
class CodePreparation : public FunctionPass {
|
||||
CodePreparation(const CodePreparation &) = delete;
|
||||
const CodePreparation &
|
||||
operator=(const CodePreparation &) = delete;
|
||||
const CodePreparation &operator=(const CodePreparation &) = delete;
|
||||
|
||||
LoopInfo *LI;
|
||||
ScalarEvolution *SE;
|
||||
|
|
Loading…
Reference in New Issue