Silence gcc's -Wcomment
authorFilipe Cabecinhas <me@filcab.net>
Wed, 22 Oct 2014 02:16:06 +0000 (02:16 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Wed, 22 Oct 2014 02:16:06 +0000 (02:16 +0000)
commit395456655414cebaed8e70ddd9a123cd19a89d53
treeecc7a4e64d52845d3150f4b325e80ba43544a6c5
parente842a47452223f9f3b683e0f7f9cccb48192cbb6
Silence gcc's -Wcomment

gcc's (4.7, I think) -Wcomment warning is not "as smart" as clang's and
warns even if the line right after the backslash-newline sequence only has
a line comment that starts at the beginning of the line.

llvm-svn: 220360
llvm/unittests/Analysis/LazyCallGraphTest.cpp