Re-enable PTH stat caching.  All tests pass now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64356 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Lex/PTHLexer.cpp b/lib/Lex/PTHLexer.cpp
index 8e789d9..4648ac8 100644
--- a/lib/Lex/PTHLexer.cpp
+++ b/lib/Lex/PTHLexer.cpp
@@ -825,6 +825,5 @@
 };
 
 StatSysCallCache *PTHManager::createStatCache() {
-  return 0;
-//  return new PTHStatCache(*((PTHFileLookup*) FileLookup));
+  return new PTHStatCache(*((PTHFileLookup*) FileLookup));
 }