Re: r342734 - NFC: deduplicate isRepeatedBytePattern from clang to LLVM's isBytewiseValue

2018-09-21 Thread Nico Weber via cfe-commits
Hello, please add linebreaks to your commit messages. This commit makes `git log` look pretty ugly. On Fri, Sep 21, 2018 at 9:55 AM JF Bastien via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: jfb > Date: Fri Sep 21 06:54:09 2018 > New Revision: 342734 > > URL: http://llvm.org/viewvc

r342734 - NFC: deduplicate isRepeatedBytePattern from clang to LLVM's isBytewiseValue

2018-09-21 Thread JF Bastien via cfe-commits
Author: jfb Date: Fri Sep 21 06:54:09 2018 New Revision: 342734 URL: http://llvm.org/viewvc/llvm-project?rev=342734&view=rev Log: NFC: deduplicate isRepeatedBytePattern from clang to LLVM's isBytewiseValue Summary: This code was in CGDecl.cpp and really belongs in LLVM. It happened to have isByt