Remove the separate explicit AES instruction patterns. They are equivalent to the...
[oota-llvm.git] / lib / TableGen / TGLexer.h
index 84d328b12d9764d894cc8b626e49d60e36db32c0..0246ab6b900b2d7aaf9f3be17805b77db6b3da15 100644 (file)
@@ -39,7 +39,8 @@ namespace tgtok {
     colon, semi,        // : ;
     comma, period,      // , .
     equal, question,    // = ?
-    
+    paste,              // #
+
     // Keywords.
     Bit, Bits, Class, Code, Dag, Def, Defm, Field, In, Int, Let, List,
     MultiClass, String,
@@ -109,6 +110,7 @@ private:
   tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
   
   int getNextChar();
+  int peekNextChar(int Index);
   void SkipBCPLComment();
   bool SkipCComment();
   tgtok::TokKind LexIdentifier();