[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / align_Os.ll
blobaa9368ce64a4f702cf1e4b0555f5c8e4de45162d
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" {
9 b0:
10   ret i32 0
13 ; Function Attrs: nounwind optsize readnone
14 define i32 @f1() #0 section ".mysection.anothermain" {
15 b0:
16   ret i32 0
19 attributes #0 = { nounwind optsize readnone "target-cpu"="hexagonv55" }