1 ; RUN: llc -march=hexagon < %s | FileCheck %s
4 @g0 = private unnamed_addr constant [13 x i8] c"Hello World!\00"
6 ; Function Attrs: nounwind
9 %v0 = tail call i32 @puts(ptr @g0)
13 ; Function Attrs: nounwind
14 declare i32 @puts(ptr nocapture) #0
16 attributes #0 = { nounwind "target-cpu"="hexagonv55" }