mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 09:18:30 +00:00
Properly initialize value :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20d824b7df
commit
6b8337392c
@ -43,7 +43,7 @@ public:
|
||||
/// @{
|
||||
public:
|
||||
|
||||
TypeSymbolTable() {}
|
||||
TypeSymbolTable():LastUnique(0) {}
|
||||
~TypeSymbolTable();
|
||||
|
||||
/// @}
|
||||
|
Loading…
Reference in New Issue
Block a user