X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FPDB%2FPDB.cpp;h=613407eb1346355b85b3bdf96f86d0fa70975fc5;hb=8cf8b10a5945e999f41d69b4760967e7ac36099f;hp=13201bbaa641d518e154708cd248fa83b5338636;hpb=9d74bda3e373b8a98efe461188470b35c56128cb;p=oota-llvm.git diff --git a/lib/DebugInfo/PDB/PDB.cpp b/lib/DebugInfo/PDB/PDB.cpp index 13201bbaa64..613407eb134 100644 --- a/lib/DebugInfo/PDB/PDB.cpp +++ b/lib/DebugInfo/PDB/PDB.cpp @@ -31,7 +31,7 @@ PDB_ErrorCode llvm::loadDataForPDB(PDB_ReaderType Type, StringRef Path, PDB_ErrorCode llvm::loadDataForEXE(PDB_ReaderType Type, StringRef Path, std::unique_ptr &Session) { -// Create the correct concrete instance type based on the value of Type. + // Create the correct concrete instance type based on the value of Type. #if HAVE_DIA_SDK return DIASession::createFromExe(Path, Session); #endif