Add MLA alias for ARMv4 support.
[oota-llvm.git] / test / MC / PowerPC / ppc-machine.s
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