Discard metadata produced by LLVM 2.7. The value enumeration it used
[oota-llvm.git] / include / llvm / Bitcode / ReaderWriter.h
index 45eb801a8c031a38e9b18887e6c0c7cfe161fb0b..a186964743dc87026a9ed739ef30feab7724bd10 100644 (file)
@@ -40,7 +40,8 @@ namespace llvm {
                            std::string *ErrMsg = 0);
 
   /// WriteBitcodeToFile - Write the specified module to the specified
-  /// raw output stream.
+  /// raw output stream.  For streams where it matters, the given stream
+  /// should be in "binary" mode.
   void WriteBitcodeToFile(const Module *M, raw_ostream &Out);
 
   /// WriteBitcodeToStream - Write the specified module to the specified