1 ; RUN: llc -march=hexagon -verify-machineinstrs < %s | FileCheck %s
3 ; Make sure this test compiles successfully.
6 target triple = "hexagon--elf"
8 ; Function Attrs: nounwind
9 define i32 @fred(i1 %a0) #0 {
15 br i1 %a0, label %b2, label %b3
20 b3: ; preds = %b2, %b1
21 %v4 = phi i32 [ 1, %b1 ], [ 2, %b2 ]
25 declare void @foo() #0
27 attributes #0 = { nounwind "target-cpu"="hexagonv60" }