[PowerPC] Use assembler source in MC tests
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 12 Jun 2013 14:14:18 +0000 (14:14 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 12 Jun 2013 14:14:18 +0000 (14:14 +0000)
commite48e8c7a6069374daee4c9be1e17b8ed31527f5e
tree9fc5d28fb6eae45e49abb24196fed61cb49a2b04
parent2e0372d69ab11fb6c38b35d533e0a6358fd38658
[PowerPC] Use assembler source in MC tests

A couple of old test cases in test/MC/PowerPC were still using
LLVM IR.  Now that we have a working assembler, we can move
them to assembler tests instead:
  ppc64-initial-cfa.ll
  ppc64-relocs-01.ll
  ppc64-tls-relocs-01.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183829 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/PowerPC/ppc64-initial-cfa.ll [deleted file]
test/MC/PowerPC/ppc64-initial-cfa.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-relocs-01.ll [deleted file]
test/MC/PowerPC/ppc64-relocs-01.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-tls-relocs-01.ll [deleted file]
test/MC/PowerPC/ppc64-tls-relocs-01.s [new file with mode: 0644]