Make the check for global variables the same as the one for functions. In
both cases they are looking for non-external variables/functions that do not have internal linkage. Using "!isExternal()" is a little more understandable than "hasInitializer()" llvm-svn: 20155
Loading
Please register or sign in to comment