aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Scalar.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-01-05 00:43:37 +0000
committerOwen Anderson <resistor@mac.com>2008-01-05 00:43:37 +0000
commit8e85d9fe50b82b3245c3886d7945fcc7e5b1d52c (patch)
tree75aa89e48634a030b204f36bd1692ab8e826b8d2 /include/llvm/Transforms/Scalar.h
parente17aa5d0538dc54b598404cc29a9be3b355489f5 (diff)
downloadexternal_llvm-8e85d9fe50b82b3245c3886d7945fcc7e5b1d52c.zip
external_llvm-8e85d9fe50b82b3245c3886d7945fcc7e5b1d52c.tar.gz
external_llvm-8e85d9fe50b82b3245c3886d7945fcc7e5b1d52c.tar.bz2
Didn't mean to commit this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Scalar.h')
-rw-r--r--include/llvm/Transforms/Scalar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index 0fbc72f..f1a101f 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.
//