mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-20 10:24:12 +00:00
improve comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28296 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -28,6 +28,10 @@
|
|||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
class Module;
|
class Module;
|
||||||
|
/// WriteBytecodeToFile - Write the specified module to the specified output
|
||||||
|
/// stream. If compress is set to true, try to use compression when writing
|
||||||
|
/// out the file. This throws an std::string if there is an error writing
|
||||||
|
/// the file.
|
||||||
void WriteBytecodeToFile(const Module *M, std::ostream &Out,
|
void WriteBytecodeToFile(const Module *M, std::ostream &Out,
|
||||||
bool compress = true);
|
bool compress = true);
|
||||||
} // End llvm namespace
|
} // End llvm namespace
|
||||||
|
Reference in New Issue
Block a user