commit | bd5054602ebad1d9d1a0753980c69ae6e08a168e | [log] [tgz] |
---|---|---|
author | Tim Northover <tnorthover@apple.com> | Fri Jul 22 16:59:52 2016 +0000 |
committer | Tim Northover <tnorthover@apple.com> | Fri Jul 22 16:59:52 2016 +0000 |
tree | 0fcdde11bb44a66922936b11db69be4e698d6bd6 | |
parent | 820f87a72d872987a95d1e5931f1dd7656f2ec0a [diff] [blame] |
GlobalISel: implement alloca instruction llvm-svn: 276433
diff --git a/llvm/lib/CodeGen/MIRParser/MILexer.h b/llvm/lib/CodeGen/MIRParser/MILexer.h index a5a95f8..ea155c3 100644 --- a/llvm/lib/CodeGen/MIRParser/MILexer.h +++ b/llvm/lib/CodeGen/MIRParser/MILexer.h
@@ -102,6 +102,7 @@ NamedRegister, MachineBasicBlockLabel, MachineBasicBlock, + PointerType, ScalarType, StackObject, FixedStackObject,