Changes in directory llvm/tools/llvm2cpp:
CppWriter.cpp updated: 1.36 -> 1.37 --- Log message: For PR411: http://llvm.org/PR411 : This patch replaces the SymbolTable class with ValueSymbolTable which does not support types planes. This means that all symbol names in LLVM must now be unique. The patch addresses the necessary changes to deal with this and removes code no longer needed as a result. This completes the bulk of the changes for this PR. Some cleanup patches will follow. --- Diffs of the changes: (+0 -1) CppWriter.cpp | 1 - 1 files changed, 1 deletion(-) Index: llvm/tools/llvm2cpp/CppWriter.cpp diff -u llvm/tools/llvm2cpp/CppWriter.cpp:1.36 llvm/tools/llvm2cpp/CppWriter.cpp:1.37 --- llvm/tools/llvm2cpp/CppWriter.cpp:1.36 Tue Jan 30 14:08:39 2007 +++ llvm/tools/llvm2cpp/CppWriter.cpp Mon Feb 5 14:47:21 2007 @@ -19,7 +19,6 @@ #include "llvm/Instruction.h" #include "llvm/Instructions.h" #include "llvm/Module.h" -#include "llvm/SymbolTable.h" #include "llvm/TypeSymbolTable.h" #include "llvm/ADT/StringExtras.h" #include "llvm/ADT/STLExtras.h" _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits