repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
CodeGen
/
Thumb
/
push.ll
blob
94ef8e900434e6282587b977773ae9cf5f32af22
1
; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-fp-elim | FileCheck %s
2
; rdar://7268481
3
4
define void @t() nounwind {
5
; CHECK: t:
6
; CHECK: push {r7}
7
entry:
8
call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind
9
ret void
10
}