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