AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'
[oota-llvm.git] / lib / AsmParser / LLToken.h
index 4fb01824d9b5d87fc7c316d089230fae6bd6963c..ae43a14201ac7868fe3422be463d40b564f0aaf1 100644 (file)
@@ -28,9 +28,7 @@ namespace lltok {
     lbrace, rbrace,    // {  }
     less, greater,     // <  >
     lparen, rparen,    // (  )
-    backslash,         // \    (not /)
     exclaim,           // !
-    hash,              // #
 
     kw_x,
     kw_true,    kw_false,
@@ -200,6 +198,9 @@ namespace lltok {
     LocalVar,          // %foo %"foo"
     MetadataVar,       // !foo
     StringConstant,    // "foo"
+    DwarfTag,          // DW_TAG_foo (includes "DW_TAG_")
+    DwarfAttEncoding,  // DW_ATE_foo (includes "DW_ATE_")
+    DwarfLang,         // DW_LANG_foo (includes "DW_LANG_")
 
     // Type valued tokens (TyVal).
     Type,