aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/TypeSymbolTable.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-07-19 15:32:47 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-07-19 15:32:47 +0000
commit6b8337392cbdaacbdd8326f731daff1b11eba275 (patch)
treed833b6e81d6fbf2cf8bf45eae1c239096ad2affc /include/llvm/TypeSymbolTable.h
parent20d824b7dfea987775586d9de56c7448cc2cc44d (diff)
Properly initialize value :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/TypeSymbolTable.h')
-rw-r--r--include/llvm/TypeSymbolTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/TypeSymbolTable.h b/include/llvm/TypeSymbolTable.h
index abe312ec24..a5102b4420 100644
--- a/include/llvm/TypeSymbolTable.h
+++ b/include/llvm/TypeSymbolTable.h
@@ -43,7 +43,7 @@ public:
/// @{
public:
- TypeSymbolTable() {}
+ TypeSymbolTable():LastUnique(0) {}
~TypeSymbolTable();
/// @}