[llvm-commits] [polly] r170734 - /polly/branches/release_32/lib/CodeGen/CodeGeneration.cpp
Tobias Grosser
grosser at fim.uni-passau.de
Thu Dec 20 12:18:07 PST 2012
Author: grosser
Date: Thu Dec 20 14:18:07 2012
New Revision: 170734
URL: http://llvm.org/viewvc/llvm-project?rev=170734&view=rev
Log:
remove unused flag
Merged from: https://llvm.org/svn/llvm-project/polly/trunk@168620
Modified:
polly/branches/release_32/lib/CodeGen/CodeGeneration.cpp
Modified: polly/branches/release_32/lib/CodeGen/CodeGeneration.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/branches/release_32/lib/CodeGen/CodeGeneration.cpp?rev=170734&r1=170733&r2=170734&view=diff
==============================================================================
--- polly/branches/release_32/lib/CodeGen/CodeGeneration.cpp (original)
+++ polly/branches/release_32/lib/CodeGen/CodeGeneration.cpp Thu Dec 20 14:18:07 2012
@@ -79,13 +79,6 @@
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.
More information about the llvm-commits
mailing list