stop using reserved identifiers.
authorChris Lattner <sabre@nondot.org>
Tue, 9 Feb 2010 00:40:07 +0000 (00:40 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Feb 2010 00:40:07 +0000 (00:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95630 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCParser/AsmParser.h

index f82584c8fc09d3fbea4b7b632c1a5ecc6684e4cb..829604c81f7cb0d32e8320ef7d3d660404aecdbb 100644 (file)
@@ -61,8 +61,8 @@ private:
   /// in the directive name and the location of the directive keyword.
   StringMap<bool(AsmParser::*)(StringRef, SMLoc)> DirectiveMap;
 public:
-  AsmParser(SourceMgr &_SM, MCContext &_Ctx, MCStreamer &_Out,
-            const MCAsmInfo &_MAI);
+  AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out,
+            const MCAsmInfo &MAI);
   ~AsmParser();
 
   bool Run();