blob: 2515d7c6c258ec9b54dda5074033c069bcace791 [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