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