diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-02-13 18:12:20 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-02-13 18:12:20 +0000 |
commit | 8d0f126b740bba7dc0da4472c14090135d88575d (patch) | |
tree | 9ec28ff8fc9d89f97a676f9db1cdd726f53ff194 /llvm/tools/llvm-as/llvm-as.cpp | |
parent | 8d54dd37c987d42bff74586b4cbf2004ecdb97df (diff) | |
download | bcm5719-llvm-8d0f126b740bba7dc0da4472c14090135d88575d.tar.gz bcm5719-llvm-8d0f126b740bba7dc0da4472c14090135d88575d.zip |
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
Diffstat (limited to 'llvm/tools/llvm-as/llvm-as.cpp')
0 files changed, 0 insertions, 0 deletions