llvm-6502/lib/Bytecode
Reid Spencer 818827d734 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()"


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20155 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-13 18:12:20 +00:00
..
Archive Properly close mapped files. 2005-01-28 01:17:07 +00:00
Reader Make the check for global variables the same as the one for functions. In 2005-02-13 18:12:20 +00:00
Writer
Makefile