blob: aa9368ce64a4f702cf1e4b0555f5c8e4de45162d [file] [log] [blame]
Krzysztof Parzyszek046090d2018-03-12 14:01:28 +00001; RUN: llc -march=hexagon < %s | FileCheck %s
2; CHECK: {{.balign 4|.p2align 2}}
3; CHECK: {{.balign 4|.p2align 2}}
4
5target triple = "hexagon"
6
7; Function Attrs: nounwind optsize readnone
8define i32 @f0() #0 section ".mysection.main" {
9b0:
10 ret i32 0
11}
12
13; Function Attrs: nounwind optsize readnone
14define i32 @f1() #0 section ".mysection.anothermain" {
15b0:
16 ret i32 0
17}
18
19attributes #0 = { nounwind optsize readnone "target-cpu"="hexagonv55" }