[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / PowerPC / ppc-machine.s
blob6b3bf3146cc7caeb1511d3ee3111d9fd2d4a5185
1 # RUN: llvm-mc -triple powerpc-unknown-unknown %s
2 # RUN: llvm-mc -triple powerpc64-unknown-unknown %s
3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown %s
5 # For now, the only thing we check is that the .machine directive
6 # is accepted without syntax error.
8 .machine push
9 .machine any
10 .machine pop
12 .machine "push"
13 .machine "any"
14 .machine "pop"