diff options
-rw-r--r-- | include/llvm/TypeSymbolTable.h | 2 |
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(); /// @} |