diff options
| author | Sebastian Pop <spop@codeaurora.org> | 2012-11-26 22:07:27 +0000 |
|---|---|---|
| committer | Sebastian Pop <spop@codeaurora.org> | 2012-11-26 22:07:27 +0000 |
| commit | b35ae612eaaf1687979187528dbe1fe828932880 (patch) | |
| tree | 846baff2782b6f32bcb92f8b49da31f5d8161907 | |
| parent | 8fd23aba4848a65fb3eb93f3008d0d0691a62aef (diff) | |
| download | bcm5719-llvm-b35ae612eaaf1687979187528dbe1fe828932880.tar.gz bcm5719-llvm-b35ae612eaaf1687979187528dbe1fe828932880.zip | |
remove unused flag
llvm-svn: 168620
| -rw-r--r-- | polly/lib/CodeGen/CodeGeneration.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp index c18905ffbf4..d4e856a29fb 100644 --- a/polly/lib/CodeGen/CodeGeneration.cpp +++ b/polly/lib/CodeGen/CodeGeneration.cpp @@ -79,13 +79,6 @@ GPUTriple("polly-gpgpu-triple", cl::Hidden, cl::init("")); #endif /* GPU_CODEGEN */ -static cl::opt<bool> -AtLeastOnce("enable-polly-atLeastOnce", - cl::desc("Give polly the hint, that every loop is executed at least" - "once"), cl::Hidden, - cl::value_desc("OpenMP code generation enabled if true"), - cl::init(false), cl::ZeroOrMore); - typedef DenseMap<const char*, Value*> CharMapT; /// Class to generate LLVM-IR that calculates the value of a clast_expr. |

