diff include/llvm/MC/MCParser/AsmLexer.h @ 33:e4204d083e25

LLVM 3.5
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 14:32:10 +0900
parents 95c75e76d11b
children 54457678186b
line wrap: on
line diff
--- a/include/llvm/MC/MCParser/AsmLexer.h	Thu Dec 12 13:57:29 2013 +0900
+++ b/include/llvm/MC/MCParser/AsmLexer.h	Thu Dec 12 14:32:10 2013 +0900
@@ -30,6 +30,7 @@
   const char *CurPtr;
   const MemoryBuffer *CurBuf;
   bool isAtStartOfLine;
+  bool AllowAtInIdentifier; // Cached here to avoid repeated MAI query.
 
   void operator=(const AsmLexer&) LLVM_DELETED_FUNCTION;
   AsmLexer(const AsmLexer&) LLVM_DELETED_FUNCTION;