SLPVectorizer: Fix multiline comment warning
authorArnold Schwaighofer <aschwaighofer@apple.com>
Sat, 21 Sep 2013 05:37:30 +0000 (05:37 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Sat, 21 Sep 2013 05:37:30 +0000 (05:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191135 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/SLPVectorizer.cpp

index 053e08e4975491277e7dbd947badbbb87ebb4e96..b0c4894d358d33b5179fc8e59184b9f4463e4ce9 100644 (file)
@@ -1960,14 +1960,14 @@ static Value *createRdxShuffleMask(unsigned VecLen, unsigned NumEltsToRdx,
 ///    ...
 ///    \  /
 ///     +
-///     \
+///     |
 ///  phi +=
 ///
 ///  Or:
 ///    ...
 ///    \  /
 ///     +
-///     \
+///     |
 ///   *p =
 ///
 class HorizontalReduction {