| Index: src/IceGlobalContext.cpp
|
| diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp
|
| index eb312f9a8975bb8b17169fd818653f7e18d8c92b..0a846b923ef77b8e2618d6ea0f8727ee309f271c 100644
|
| --- a/src/IceGlobalContext.cpp
|
| +++ b/src/IceGlobalContext.cpp
|
| @@ -130,8 +130,7 @@ GlobalContext::GlobalContext(Ostream *OsDump, Ostream *OsEmit,
|
| IceString TestPrefix, const ClFlags &Flags)
|
| : StrDump(OsDump), StrEmit(OsEmit), VMask(Mask),
|
| ConstPool(new ConstantPool()), Arch(Arch), Opt(Opt),
|
| - TestPrefix(TestPrefix), Flags(Flags), HasEmittedFirstMethod(false),
|
| - RNG(""), ObjectWriter() {
|
| + TestPrefix(TestPrefix), Flags(Flags), RNG(""), ObjectWriter() {
|
| // Pre-register built-in stack names.
|
| if (ALLOW_DUMP) {
|
| newTimerStackID("Total across all functions");
|
|
|