mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 01:42:09 +00:00
make the header comment more useful
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8774 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61087cc023
commit
4c3a753a2e
@ -1,6 +1,10 @@
|
||||
//===-- llvm/ModuleProvider.h - Interface for module providers --*- C++ -*-===//
|
||||
//
|
||||
// Abstract interface for providing a module.
|
||||
// This file provides an abstract interface for loading a module from some
|
||||
// place. This interface allows incremental or random access loading of
|
||||
// functions from the file. This is useful for applications like JIT compilers
|
||||
// or interprocedural optimizers that do not need the entire program in memory
|
||||
// at the same time.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
@ -39,7 +43,6 @@ public:
|
||||
TheModule = 0;
|
||||
return tempM;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user