[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp

Reid Spencer reid at x10sys.com
Wed Nov 8 13:28:09 PST 2006



Changes in directory llvm/lib/Bytecode/Writer:

Writer.cpp updated: 1.127 -> 1.128
---
Log message:

Bump the bytecode version number to 7. Implement upgrade of version 6 and
version 6 bytecode. 


---
Diffs of the changes:  (+1 -1)

 Writer.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.127 llvm/lib/Bytecode/Writer/Writer.cpp:1.128
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.127	Thu Nov  2 14:25:49 2006
+++ llvm/lib/Bytecode/Writer/Writer.cpp	Wed Nov  8 15:27:54 2006
@@ -40,7 +40,7 @@
 /// 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");
 






More information about the llvm-commits mailing list