Use 'static const char' instead of 'static const int'.
[oota-llvm.git] / lib / Bytecode / Writer / Writer.cpp
index 3e09a92e9fa3b5ddc66af77d91babd2ebe4c4e00..16a291a24f6e32de6b5e4b79ee9d1ddeae6f3e61 100644 (file)
@@ -47,7 +47,7 @@ using namespace llvm;
 /// @brief The bytecode version number
 const unsigned BCVersionNum = 7;
 
-const int WriteBytecodePass::ID = 0;
+const char WriteBytecodePass::ID = 0;
 static RegisterPass<WriteBytecodePass> X("emitbytecode", "Bytecode Writer");
 
 STATISTIC(BytesWritten, "Number of bytecode bytes written");