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
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Feature
/
cold.ll
blob
dcf79c5ba393709dfd76673b70d78269fd9ff1ce
1
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
3
; CHECK: @fun() #0
4
define void @fun() #0 {
5
ret void
6
}
7
8
; CHECK: attributes #0 = { cold }
9
attributes #0 = { cold }