summaryrefslogtreecommitdiff
path: root/polly/include/polly/CodeGen/CodeGeneration.h
diff options
context:
space:
mode:
Diffstat (limited to 'polly/include/polly/CodeGen/CodeGeneration.h')
-rw-r--r--polly/include/polly/CodeGen/CodeGeneration.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/include/polly/CodeGen/CodeGeneration.h b/polly/include/polly/CodeGen/CodeGeneration.h
index 77668cbbda75..57aec1d70cc7 100644
--- a/polly/include/polly/CodeGen/CodeGeneration.h
+++ b/polly/include/polly/CodeGen/CodeGeneration.h
@@ -18,7 +18,6 @@ namespace polly {
enum VectorizerChoice {
VECTORIZER_NONE,
VECTORIZER_STRIPMINE,
- VECTORIZER_POLLY,
};
extern VectorizerChoice PollyVectorizerChoice;