diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-02 04:43:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-02 04:43:11 +0000 |
commit | 495737830441e3e01ed2699eb9e38c8f15116cb5 (patch) | |
tree | 8fe00ec94930653a2aa052dc81bf00359d61914a /Basic/SourceManager.cpp | |
parent | 49c1f4aa2a6c360d25d605004ec3c4affd62db77 (diff) |
fix codegen on static variables which have multiple decl nodes. These
should be merged just like normal globals. This fixes this testcase
that Anders provided:
static struct s a;
static struct s *ap1 = &a;
static struct s a = { 10 };
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions