Add a test for the -suppress-warnings option.
[oota-llvm.git] / test / Feature / cold.ll
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 }