repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use Align for TFL::TransientStackAlignment
[llvm-core.git]
/
test
/
CodeGen
/
MSP430
/
asm-clobbers.ll
blob
0a0335057f1bcfd898418475bc57c1cc11517291
1
; RUN: llc < %s | FileCheck %s
2
3
target datalayout = "e-m:e-p:16:16-i32:16:32-a:16-n8:16"
4
target triple = "msp430---elf"
5
6
define void @test() {
7
entry:
8
; CHECK-LABEL: test:
9
; CHECK: push r10
10
call void asm sideeffect "", "~{r10}"()
11
; CHECK: pop r10
12
ret void
13
}