llvm-6502/lib/Bytecode/Reader
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
..
Analyzer.cpp Don't print a bunch of metrics that are meaningless for external functions 2004-10-15 19:40:31 +00:00
Makefile Fix library name. 2004-10-28 05:32:01 +00:00
Reader.cpp Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies. 2005-02-13 17:48:18 +00:00
Reader.h Adjust to changes in User class and minor changes in instruction ctors. 2005-01-29 00:36:19 +00:00
ReaderWrappers.cpp Make the check for global variables the same as the one for functions. In 2005-02-13 18:12:20 +00:00