Tests for the aligned bundling support added in r170718
authorEli Bendersky <eliben@google.com>
Thu, 20 Dec 2012 19:07:30 +0000 (19:07 +0000)
committerEli Bendersky <eliben@google.com>
Thu, 20 Dec 2012 19:07:30 +0000 (19:07 +0000)
commit16996c4940ad4248dc2a874d060b30e94e55b672
treeebad7a2df61d26d9fbbba91bb3353beaab52df57
parent4766ef41b31e4f97bce1179c3b0398303bf65356
Tests for the aligned bundling support added in r170718

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170719 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
test/MC/ARM/AlignedBundling/group-bundle-arm.s [new file with mode: 0644]
test/MC/ARM/AlignedBundling/lit.local.cfg [new file with mode: 0644]
test/MC/X86/AlignedBundling/align-mode-argument-error.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/bundle-group-too-large-error.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/different-sections.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/lit.local.cfg [new file with mode: 0644]
test/MC/X86/AlignedBundling/lock-without-bundle-mode-error.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/pad-bundle-groups.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/relax-in-bundle-group.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/single-inst-bundling.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/switch-section-locked-error.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/unlock-without-lock-error.s [new file with mode: 0644]