mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 18:36:06 +00:00

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