Skip to content
Commit ce6ae5cb authored by Chris Lattner's avatar Chris Lattner
Browse files

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 };

llvm-svn: 46661
parent efd142a9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment