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
Revert 374373: [Codegen] Alter the default promotion for saturating adds and subs
[llvm-core.git]
/
test
/
CodeGen
/
ARM
/
2009-08-15-RegScavengerAssert.ll
blob
299364773f6a44feedc3c88abcd65d811dd10dde
1
; RUN: llc < %s -mtriple=arm-linux-gnueabi
2
; PR4716
3
4
define void @_start() nounwind naked {
5
entry:
6
tail call void @exit(i32 undef) noreturn nounwind
7
unreachable
8
}
9
10
declare void @exit(i32) noreturn nounwind