llvm-6502/tools/llvm2cpp
Reid Spencer a4d71f09ff Fix PR1517:
Use SmallPtrSet instead of std::vector to eliminate duplicate uses in a
function generated with -gen-function. This prevents the output from having
multiple duplicate declarations of constants and gvals.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37616 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-16 20:48:27 +00:00
..
CppWriter.cpp Fix PR1517: 2007-06-16 20:48:27 +00:00
CppWriter.h Initial Commit of llvm2cpp 2006-05-29 00:57:22 +00:00
llvm2cpp.cpp use the new MemoryBuffer interfaces to simplify error reporting in clients. 2007-05-06 23:45:49 +00:00
Makefile switch tools to bitcode instead of bytecode 2007-05-06 09:29:57 +00:00