MIR Serialization: Serialize the sub register indices.
[oota-llvm.git] / lib / CodeGen / MIRParser / MILexer.h
index 187747c6dd316b46fad43a09aed756c979cc8cc4..55460b56e7d6fc6377acad402c0a0c1dad70362a 100644 (file)
@@ -35,6 +35,7 @@ struct MIToken {
     comma,
     equal,
     underscore,
+    colon,
 
     // Keywords
     kw_implicit,