Skip to content
Commit 8d0f126b authored by Reid Spencer's avatar Reid Spencer
Browse files

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
parent 8d54dd37
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