| Index: src/IceGlobalContext.cpp
|
| diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp
|
| index 9d5b25c7cf59d225b33bc2a5469c0bdd205ee90c..b85b470cf10dd8a354bf0143228496c778511ca4 100644
|
| --- a/src/IceGlobalContext.cpp
|
| +++ b/src/IceGlobalContext.cpp
|
| @@ -21,6 +21,7 @@
|
| #include "IceDefs.h"
|
| #include "IceELFObjectWriter.h"
|
| #include "IceGlobalInits.h"
|
| +#include "IceLiveness.h"
|
| #include "IceOperand.h"
|
| #include "IceTargetLowering.h"
|
| #include "IceTimerTree.h"
|
| @@ -304,6 +305,7 @@ GlobalContext::GlobalContext(Ostream *OsDump, Ostream *OsEmit, Ostream *OsError,
|
| // free.
|
| GlobalContext::TlsInit();
|
| Cfg::TlsInit();
|
| + Liveness::TlsInit();
|
| // Create a new ThreadContext for the current thread. No need to
|
| // lock AllThreadContexts at this point since no other threads have
|
| // access yet to this GlobalContext object.
|
|
|