diff --git a/hphp/runtime/vm/jit/hhbctranslator.cpp b/hphp/runtime/vm/jit/hhbctranslator.cpp index ababb3865..ede55a3a4 100644 --- a/hphp/runtime/vm/jit/hhbctranslator.cpp +++ b/hphp/runtime/vm/jit/hhbctranslator.cpp @@ -2586,7 +2586,7 @@ void HhbcTranslator::assertString(const Location& loc, const StringData* str) { */ RuntimeType HhbcTranslator::rttFromLocation(const Location& loc) { Type t; - SSATmp* val; + SSATmp* val = nullptr; switch (loc.space) { case Location::Stack: { auto i = loc.offset;