1 ; RUN: llc -march=hexagon < %s | FileCheck %s 2 ; CHECK: call puts 3 4 @g0 = private unnamed_addr constant [13 x i8] c"Hello World!\00" 5 6 ; Function Attrs: nounwind 7 define i32 @f0() #0 { 8 b0: 9 %v0 = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @g0, i32 0, i32 0)) 10 ret i32 0 11 } 12 13 ; Function Attrs: nounwind 14 declare i32 @puts(i8* nocapture) #0 15 16 attributes #0 = { nounwind "target-cpu"="hexagonv60" } 17