1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: {{.balign 4|.p2align 2}}
3 ; CHECK: {{.balign 4|.p2align 2}}
5 target triple = "hexagon"
7 ; Function Attrs: nounwind optsize readnone
8 define i32 @f0() #0 section ".mysection.main" {
13 ; Function Attrs: nounwind optsize readnone
14 define i32 @f1() #0 section ".mysection.anothermain" {
19 attributes #0 = { nounwind optsize readnone "target-cpu"="hexagonv55" }