]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/PowerPC/deprecated-p7.s
Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3):
[FreeBSD/FreeBSD.git] / test / MC / PowerPC / deprecated-p7.s
1 # RUN: llvm-mc -triple powerpc64-unknown-linux-gnu -mcpu=pwr7 -show-encoding < %s 2>&1 | FileCheck %s
2 # RUN: llvm-mc -triple powerpc-unknown-linux-gnu -mcpu=601 -show-encoding < %s 2>&1 | FileCheck -check-prefix=CHECK-OLD %s
3
4          mftb 3
5 # CHECK: warning: deprecated
6 # CHECK: mftb 3
7
8 # CHECK-OLD-NOT: warning: deprecated
9 # CHECK-OLD: mftb 3
10
11 # FIXME: Test dst and friends once we can parse them.
12