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
[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
ARM
/
arm-asm.ll
blob
5007621dd2d93c73554b57da271a29812fb69793
1
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3
define void @frame_dummy() {
4
entry:
5
%tmp1 = tail call ptr (ptr) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( ptr null ) ; <ptr> [#uses=0]
6
ret void
7
}