Post-commit fix of a comment
[polly-mirror.git] / include / polly / Options.h
blob62e0960995680ada583b1053fc66eb8eada76375
1 //===--------------- polly/Options.h - The Polly option category *- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // Introduce an option category for Polly.
12 //===----------------------------------------------------------------------===//
14 #ifndef POLLY_OPTIONS_H
15 #define POLLY_OPTIONS_H
17 #include "llvm/Support/CommandLine.h"
19 extern llvm::cl::OptionCategory PollyCategory;
20 #endif