mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Properly initialize value :)
llvm-svn: 40059
This commit is contained in:
parent
8c6657894f
commit
609ef3bdb9
@ -43,7 +43,7 @@ public:
|
||||
/// @{
|
||||
public:
|
||||
|
||||
TypeSymbolTable() {}
|
||||
TypeSymbolTable():LastUnique(0) {}
|
||||
~TypeSymbolTable();
|
||||
|
||||
/// @}
|
||||
|
Loading…
x
Reference in New Issue
Block a user