[PATCH] D51751: NFC: move isRepeatedBytePattern from clang to Constant
JF Bastien via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 6 14:09:22 PDT 2018
jfb created this revision.
Herald added subscribers: llvm-commits, dexonsmith.
This code was in CGDecl.cpp and really belongs to Constant. This will allow me
to use it in a subsequent patch.
Repository:
rL LLVM
https://reviews.llvm.org/D51751
Files:
include/llvm/IR/Constant.h
lib/IR/Constants.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51751.164286.patch
Type: text/x-patch
Size: 4064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180906/88bf2b0a/attachment.bin>
More information about the llvm-commits
mailing list