1 ; Test hot function attribute
2 ; RUN: llc < %s | FileCheck %s
3 target triple = "x86_64-unknown-linux-gnu"
5 ; Function Attrs: hot noinline norecurse nounwind readnone uwtable
6 define dso_local i32 @hot4() #0 {
10 ; CHECK: .section .text.hot.,"ax",@progbits
13 attributes #0 = { hot noinline norecurse nounwind readnone uwtable }