MIR Serialization: Serialize the memory operand's alias scope metadata node.
[oota-llvm.git] / lib / CodeGen / MIRParser / MILexer.h
index fc92cc14e89db9da74030f2ab3fab0f27a95cb17..33748209e935d3f0a56fd821586a685c5373598b 100644 (file)
@@ -87,6 +87,7 @@ struct MIToken {
 
     // Named metadata keywords
     md_tbaa,
+    md_alias_scope,
 
     // Identifier tokens
     Identifier,