summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Transforms
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2017-06-30 07:09:08 +0000
committerChandler Carruth <chandlerc@gmail.com>2017-06-30 07:09:08 +0000
commit3545a9e1f9145df7f67428cf8eca9d0053f44e67 (patch)
tree6c70b540ca33811aac61a58a1994d3afd0be1eff /llvm/include/llvm-c/Transforms
parente24f434eb222d463342405a2ca9ce97767527cc1 (diff)
downloadbcm5719-llvm-3545a9e1f9145df7f67428cf8eca9d0053f44e67.tar.gz
bcm5719-llvm-3545a9e1f9145df7f67428cf8eca9d0053f44e67.zip
Remove the BBVectorize pass.
It served us well, helped kick-start much of the vectorization efforts in LLVM, etc. Its time has come and past. Back in 2014: http://lists.llvm.org/pipermail/llvm-dev/2014-November/079091.html Time to actually let go and move forward. =] I've updated the release notes both about the removal and the deprecation of the corresponding C API. llvm-svn: 306797
Diffstat (limited to 'llvm/include/llvm-c/Transforms')
-rw-r--r--llvm/include/llvm-c/Transforms/Vectorize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Transforms/Vectorize.h b/llvm/include/llvm-c/Transforms/Vectorize.h
index a82ef49cb16..cf8306aee76 100644
--- a/llvm/include/llvm-c/Transforms/Vectorize.h
+++ b/llvm/include/llvm-c/Transforms/Vectorize.h
@@ -33,7 +33,7 @@ extern "C" {
* @{
*/
-/** See llvm::createBBVectorizePass function. */
+/** DEPRECATED - Use LLVMAddSLPVectorizePass */
void LLVMAddBBVectorizePass(LLVMPassManagerRef PM);
/** See llvm::createLoopVectorizePass function. */
OpenPOWER on IntegriCloud