From: Anton Korobeynikov Date: Thu, 19 Jul 2007 15:32:47 +0000 (+0000) Subject: Properly initialize value :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6b8337392cbdaacbdd8326f731daff1b11eba275;p=oota-llvm.git Properly initialize value :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40059 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/TypeSymbolTable.h b/include/llvm/TypeSymbolTable.h index abe312ec242..a5102b4420a 100644 --- a/include/llvm/TypeSymbolTable.h +++ b/include/llvm/TypeSymbolTable.h @@ -43,7 +43,7 @@ public: /// @{ public: - TypeSymbolTable() {} + TypeSymbolTable():LastUnique(0) {} ~TypeSymbolTable(); /// @}