Add 'const' qualifiers to static const char* variables.
[oota-llvm.git] / lib / MC / MCObjectStreamer.cpp
index 6c0719212abab66f4383c68224a63a7ce7104a76..36a923ab44df72789333f6b807cc7f311daf946e 100644 (file)
@@ -242,7 +242,7 @@ void MCObjectStreamer::EmitInstToFragment(const MCInst &Inst) {
 }
 
 #ifndef NDEBUG
-static const char *BundlingNotImplementedMsg =
+static const char *const BundlingNotImplementedMsg =
   "Aligned bundling is not implemented for this object format";
 #endif