Mark the eh.typeid.for intrinsic as being 'const', which it is inside
[oota-llvm.git] / include / llvm / MC / MCInstrInfo.h
index 9b15825c8f204908f90c24be74c6c6264231f67c..a63e5faf8f93847cf39e4618ef4f2bfefc88e75b 100644 (file)
@@ -25,7 +25,7 @@ namespace llvm {
 ///
 class MCInstrInfo {
   const MCInstrDesc *Desc;  // Raw array to allow static init'n
-  unsigned NumOpcodes;             // Number of entries in the desc array
+  unsigned NumOpcodes;      // Number of entries in the desc array
 
 public:
   /// InitMCInstrInfo - Initialize MCInstrInfo, called by TableGen