llvm-6502/lib/Bytecode/Reader
Reid Spencer e1e96c0820 1. Identify bytecode modules that have upgraded intrinsics by setting a
boolean flag if we read a function prototype that needs upgrading.
2. Don't upgrade the CallInst instruction until after its been inserted
   into the basic block, and only if we know that we have seen an
   upgraded intrinsic function.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25448 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-19 07:02:16 +00:00
..
Analyzer.cpp I bet pinski knows why g++ accepts this stuff 2005-12-26 14:23:22 +00:00
Makefile Fix library name. 2004-10-28 05:32:01 +00:00
Reader.cpp 1. Identify bytecode modules that have upgraded intrinsics by setting a 2006-01-19 07:02:16 +00:00
Reader.h Add a flag to identify bytecode files that have intrinsic functions that 2006-01-19 06:57:58 +00:00
ReaderWrappers.cpp I bet pinski knows why g++ accepts this stuff 2005-12-26 14:23:22 +00:00