summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Frontend/CompilerInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/Frontend/CompilerInstance.h')
-rw-r--r--clang/include/clang/Frontend/CompilerInstance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Frontend/CompilerInstance.h b/clang/include/clang/Frontend/CompilerInstance.h
index f63ff48f69a..2eb1349f49c 100644
--- a/clang/include/clang/Frontend/CompilerInstance.h
+++ b/clang/include/clang/Frontend/CompilerInstance.h
@@ -380,7 +380,7 @@ public:
/// {
llvm::vfs::FileSystem &getVirtualFileSystem() const {
- return *getFileManager().getVirtualFileSystem();
+ return getFileManager().getVirtualFileSystem();
}
/// }
OpenPOWER on IntegriCloud