commit | d62669d7919a25329a7b9f212c48103dbcc5ca0f | [log] [tgz] |
---|---|---|
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Wed Oct 12 21:06:45 2016 +0000 |
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Wed Oct 12 21:06:45 2016 +0000 |
tree | a84996da61503e5a4aa1b5dcba9f90909d5c3f7e | |
parent | 45e4ef737d2909d0f4856570d2c90a9a70f4037d [diff] [blame] |
[MIRParser] Parse lane masks for register live-ins Differential Revision: https://reviews.llvm.org/D25530 llvm-svn: 284052
diff --git a/llvm/lib/CodeGen/MIRParser/MILexer.h b/llvm/lib/CodeGen/MIRParser/MILexer.h index 6911700..edba749 100644 --- a/llvm/lib/CodeGen/MIRParser/MILexer.h +++ b/llvm/lib/CodeGen/MIRParser/MILexer.h
@@ -118,6 +118,7 @@ // Other tokens IntegerLiteral, FloatingPointLiteral, + HexLiteral, VirtualRegister, ConstantPoolItem, JumpTableIndex,