llvm-project/llvm/tools/llvm2cpp
Reid Spencer 1aae9e8e12 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.

llvm-svn: 37616
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
Makefile switch tools to bitcode instead of bytecode 2007-05-06 09:29:57 +00:00
llvm2cpp.cpp use the new MemoryBuffer interfaces to simplify error reporting in clients. 2007-05-06 23:45:49 +00:00