Bump the bytecode version number to 7. Implement upgrade of version 6 and
[oota-llvm.git] / lib / Bytecode / Writer / Writer.cpp
index 199869ce06209ff4f4ae79ef119b5ca796bbcf25..dbc789652ac7bf90c16e111b02be36942e70c79e 100644 (file)
@@ -40,7 +40,7 @@ using namespace llvm;
 /// so that the reader can distinguish which format of the bytecode file has
 /// been written.
 /// @brief The bytecode version number
-const unsigned BCVersionNum = 6;
+const unsigned BCVersionNum = 7;
 
 static RegisterPass<WriteBytecodePass> X("emitbytecode", "Bytecode Writer");