summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-11-25 16:39:01 +0000
committerNadav Rotem <nrotem@apple.com>2012-11-25 16:39:01 +0000
commitef33b5076c7222f4afcc3a89ff45137113bc582d (patch)
tree494d6d5ad502656ffc120ee6e15817620e725105 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
parent12192f19ebb1ab1149720f3b1acf39510435ae01 (diff)
downloadbcm5719-llvm-ef33b5076c7222f4afcc3a89ff45137113bc582d.tar.gz
bcm5719-llvm-ef33b5076c7222f4afcc3a89ff45137113bc582d.zip
Fix the document style.
llvm-svn: 168569
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
-rw-r--r--llvm/lib/Transforms/Vectorize/LoopVectorize.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
index 2ca5feae95e..9cba136c72a 100644
--- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -118,10 +118,10 @@ public:
// Perform the actual loop widening (vectorization).
void vectorize(LoopVectorizationLegality *Legal) {
- ///Create a new empty loop. Unlink the old loop and connect the new one.
+ // Create a new empty loop. Unlink the old loop and connect the new one.
createEmptyLoop(Legal);
- /// Widen each instruction in the old loop to a new one in the new loop.
- /// Use the Legality module to find the induction and reduction variables.
+ // Widen each instruction in the old loop to a new one in the new loop.
+ // Use the Legality module to find the induction and reduction variables.
vectorizeLoop(Legal);
// Register the new loop and update the analysis passes.
updateAnalysis();
OpenPOWER on IntegriCloud