diff options
author | Owen Anderson <resistor@mac.com> | 2008-01-05 00:43:37 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2008-01-05 00:43:37 +0000 |
commit | a997c498e0b61d60b28a2a45e2dacd846aa24129 (patch) | |
tree | 75aa89e48634a030b204f36bd1692ab8e826b8d2 | |
parent | 699f5faed58675433907a0a868ffd10a7c235ff8 (diff) |
Didn't mean to commit this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45607 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Transforms/Scalar.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index 0fbc72f0a3..f1a101f602 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -332,12 +332,6 @@ FunctionPass *createGVNPREPass(); //===----------------------------------------------------------------------===// // -// AutoVectorize - This pass performs vectorization of straight-line code -// -FunctionPass *createAutoVectorizePass(); - -//===----------------------------------------------------------------------===// -// // GVN - This pass performs global value numbering and redundant load // elimination cotemporaneously. // |