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