Fix uses of reserved identifiers starting with an underscore followed by an uppercase...
[oota-llvm.git] / include / llvm / Option / OptTable.h
index 5035940af06ba9dc2e87a45be8ff529e811d92e7..a7ff46919cd62446dc5b05a3de130c5afc37c7da 100644 (file)
@@ -73,8 +73,9 @@ private:
   }
 
 protected:
-  OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos,
-           bool _IgnoreCase = false);
+  OptTable(const Info *OptionInfos, unsigned NumOptionInfos,
+           bool IgnoreCase = false);
+
 public:
   ~OptTable();