On Sun, Oct 11, 2009 at 3:09 PM, Chris Lattner <clattner at apple.com> wrote: > > Isn't LLVMHasInitializer just  LLVMGetInitializer(x) != 0? Last time I tried that, LLVMGetInitializer threw an assertion when the global variable didn't actually have one. Has this changed?