mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 14:16:59 +00:00
improve comment.
llvm-svn: 28296
This commit is contained in:
parent
e09437b26e
commit
a1577bfac0
@ -28,6 +28,10 @@
|
||||
|
||||
namespace llvm {
|
||||
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,
|
||||
bool compress = true);
|
||||
} // End llvm namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user