| commit | b2f4cdb233b4d895e862835279faae1adf6047dd | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Thu Feb 19 05:36:41 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Thu Feb 19 05:36:41 2009 +0000 |
| tree | be88235e94c81f5ca7258b4ec57c142603201528 | |
| parent | 3c50fdf4cad0c5842aafd5ea1237e83664730fc3 [diff] |
Emission of global variable initialializer was broken in rare situation where a tentative decl was emitted *after* the actual initialization. This occurs in some rare situations with static decls. - PR3613. - I'm not particularly happy with this fix, but I don't see a simpler or more elegant solution yet. llvm-svn: 65018