repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
trap.ll
blob
4dfc1a6450b93ceed24ea378adf4528006543a20
1
; RUN: llvm-as < %s | llc
2
define i32 @test() noreturn nounwind {
3
entry:
4
tail call void @llvm.trap( )
5
unreachable
6
}
7
8
declare void @llvm.trap() nounwind
9