brintos

brintos / llvm-project-archived public Read only

0
0
Text · 221 B · f20a590 Raw
12 lines · plain
1# RUN: llvm-mc -triple powerpc64le-unknown-unknown %s 2>&1 | FileCheck %s2 3# Test that upper case registers are accepted.4 5# CHECK-LABEL: test:6# CHECK-NEXT: ld 1, 0(3)7# CHECK-NEXT: blr8 9test:10    ld %R1, 0(%R3)11    blr12