projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "[ARM] Generate ABI_optimization_goals build attribute, as described in the...
[oota-llvm.git]
/
test
/
CodeGen
/
ARM
/
arm-asm.ll
1
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3
define void @frame_dummy() {
4
entry:
5
%tmp1 = tail call void (i8*)* (void (i8*)*) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
6
ret void
7
}