MIR Serialization: Serialize the bundled machine instructions.
authorAlex Lorenz <arphaman@gmail.com>
Fri, 14 Aug 2015 18:57:24 +0000 (18:57 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 14 Aug 2015 18:57:24 +0000 (18:57 +0000)
commit46d5ea66a3e178b682c299ef2bdacd94d4526c10
tree96cdb4bf3d04b554389d5c174d6645f09b622d4d
parent7f3292c85eaeea81ce7cf307de1fc906b2da2c2e
MIR Serialization: Serialize the bundled machine instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245082 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/ARM/bundled-instructions.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/expected-closing-brace.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/extraneous-closing-brace-error.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/ARM/nested-instruction-bundle-error.mir [new file with mode: 0644]