repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
llvm
/
test
/
MC
/
PowerPC
/
gnu-attribute.s
blob
98a558d52c6fea741d944443f5571a65129d1f6a
1
# RUN: llvm-mc -triple powerpc64-unknown-linux-gnu < %s | FileCheck %s
2
# RUN: llvm-mc -triple powerpc64le-unknown-linux-gnu < %s | FileCheck %s
3
4
.text
5
add
:
6
add
3
,
4
,
3
7
blr
8
.gnu_attribute 4, 13
9
10
# CHECK-LABEL: add:
11
# CHECK: .gnu_attribute 4, 13