SLPVectorizer: Fix multiline comment warning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Arnold Schwaighofer 2013-09-21 05:37:30 +00:00
parent 60c81c9397
commit 38bf2d62b6

View File

@ -1960,14 +1960,14 @@ static Value *createRdxShuffleMask(unsigned VecLen, unsigned NumEltsToRdx,
/// ...
/// \ /
/// +
/// \
/// |
/// phi +=
///
/// Or:
/// ...
/// \ /
/// +
/// \
/// |
/// *p =
///
class HorizontalReduction {