blob: 0ed1f218d986f3a7185c5821f03254a3a3fabc85 [file] [log] [blame]
//===------ polly/ScheduleOptimizer.h - The Schedule Optimizer *- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
#ifndef POLLY_SCEDULE_OPTIMIZER_H
#define POLLY_SCHEDULE_OPTIMZER_H
namespace polly {
extern bool DisablePollyTiling;
}
#endif