]> granicus.if.org Git - clang/commit
[NFC] CGDecl factor out constant emission
authorJF Bastien <jfbastien@apple.com>
Tue, 7 Aug 2018 21:55:13 +0000 (21:55 +0000)
committerJF Bastien <jfbastien@apple.com>
Tue, 7 Aug 2018 21:55:13 +0000 (21:55 +0000)
commitc91f63e3571db8874a7b16f252b94f86cfdddf5b
treeec3c7c9250db931be61d112e78b8fb6a90a3bc41
parent191fcc8ada2acf209ee76cc4a079d92874b328a7
[NFC] CGDecl factor out constant emission

The code is cleaner this way, and with some changes I'm playing with it makes sense to split it out so we can reuse it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339191 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp