]> granicus.if.org Git - clang/commit
Reset the emitted initializers.
authorAxel Naumann <Axel.Naumann@cern.ch>
Fri, 6 May 2011 15:24:04 +0000 (15:24 +0000)
committerAxel Naumann <Axel.Naumann@cern.ch>
Fri, 6 May 2011 15:24:04 +0000 (15:24 +0000)
commit54ec6c59d8b2e529fc3f07ae97415721f394ad92
tree35e42301edf6b0dd3ffad2bade4a512960f3349b
parent359cf927cf4980099a04b3f3cf040b81d181fe3d
Reset the emitted initializers.
This enables incremental codegen, where the initializer array can be removed from the module, such that only new initializers will be emitted and run.

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