SLPVectorizer: Fix multiline comment warning

llvm-svn: 191135
This commit is contained in:
Arnold Schwaighofer 2013-09-21 05:37:30 +00:00
parent f90c3b5a1c
commit d743feef81
1 changed files with 2 additions and 2 deletions

View File

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