[AArch64] Clean up LSE directive tests
authorBernard Ogden <bogden@arm.com>
Tue, 26 Jun 2018 09:36:13 +0000 (09:36 +0000)
committerBernard Ogden <bogden@arm.com>
Tue, 26 Jun 2018 09:36:13 +0000 (09:36 +0000)
commit15aa0db0520410b86344307c1289a45ad70f57b7
tree5ddfb31387ac790dea49ee8ace7cf2cb7dcbf8c2
parent9b3b0fe763fef29df9ba62cb6846c95ebc84f2c9
[AArch64] Clean up LSE directive tests

These were specifying an architecture version with .cpu directive,
which is invalid. As the error for this case outputs the problem
instruction we were still matching the expectations of FileCheck.

This patch fixes up the LSE tests to do what they seem to intend. A
follow-up patch will tighten up the directive tests.

Differential Revision: https://reviews.llvm.org/D47872

llvm-svn: 335585
llvm/test/MC/AArch64/directive-arch.s
llvm/test/MC/AArch64/directive-cpu.s