• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llvm-mc -triple powerpc-unknown-unknown %s
2# RUN: llvm-mc -triple powerpc64-unknown-unknown %s
3
4# For now, the only thing we check is that the .machine directive
5# is accepted without syntax error.
6
7	.machine push
8	.machine any
9	.machine pop
10
11	.machine "push"
12	.machine "any"
13	.machine "pop"
14
15