[llvm] r321840 - remove unreferenced footnotes

Tim Hammerquist via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 16:24:55 PST 2018


Author: penryu
Date: Thu Jan  4 16:24:55 2018
New Revision: 321840

URL: http://llvm.org/viewvc/llvm-project?rev=321840&view=rev
Log:
remove unreferenced footnotes

Modified:
    llvm/trunk/docs/Proposals/VectorizationPlan.rst

Modified: llvm/trunk/docs/Proposals/VectorizationPlan.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Proposals/VectorizationPlan.rst?rev=321840&r1=321839&r2=321840&view=diff
==============================================================================
--- llvm/trunk/docs/Proposals/VectorizationPlan.rst (original)
+++ llvm/trunk/docs/Proposals/VectorizationPlan.rst Thu Jan  4 16:24:55 2018
@@ -212,7 +212,7 @@ Related LLVM components
    Polly [7]_.
 
 3. Loop Vectorizer: the Vectorization Plan aims to upgrade the infrastructure of
-   the Loop Vectorizer and extend it to handle outer loops [8,9]_.
+   the Loop Vectorizer and extend it to handle outer loops [8]_, [9]_.
 
 References
 ----------




More information about the llvm-commits mailing list