Krzysztof Parzyszek | 046090d | 2018-03-12 14:01:28 +0000 | [diff] [blame] | 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" } |